From: "A.Appleyard" To: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Wed, 25 Oct 1995 11:36:57 GMT Subject: Re: Is it possible to load .o files a run time and execute cca AT mgl DOT ca (Cory C. Albrecht) wrote (Subject: Is it possible to load .o files a run time and execute them?):- > Without worrying about external references for the moment, is it possible to > load .o files into memory and run their code? I'm thinking of something > along the line of .DLLs for DOS or the QuickLib (.QLB) libraries one used to > be able to make with various Microsoft Quick* languages. Do .o files have > enough information in them to do this? ... But you WILL have to worry about external references! Even if you avoid all explicit external references, the compiler will provide a few automatically.