From: "Thomas Harte" Newsgroups: comp.os.msdos.djgpp Subject: Re: pass C source to program binary? Date: Thu, 14 Sep 2000 20:38:25 +0100 Organization: BT Internet Lines: 12 Message-ID: <8pr9jj$oub$1@uranium.btinternet.com> References: <200009141606 DOT LAA19381 AT darwin DOT sfbr DOT org> <8pr3oe$niu$1 AT netnews DOT upenn DOT edu> NNTP-Posting-Host: host213-1-165-150.btinternet.com X-Newsreader: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Paul Hughett wrote in message <8pr3oe$niu$1 AT netnews DOT upenn DOT edu>... >the main code could do all this invisibly to the user (at least under >the Unix systems that I know; I can't speak for Windows). Windows has a set of functions for loading DLLs and getting function pointers from them at runtime. Although I forget the names . . . . -Thomas