Mail Archives: djgpp/1995/10/25/08:55:35
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.
- Raw text -