RE: explicit linking question (6)

2003-02-03 Thread Larry West
blems, but of course that's no guarantee.   Larry West mailto:[EMAIL PROTECTED]   (Personally, I'd have called them "Delayed-Load DLLs"). -Original Message-From: Jeffrey Altman [mailto:[EMAIL PROTECTED]]Sent: Monday, February 03, 2003 11:20To: [EMAIL PROTECTED]Su

Re: explicit linking question (6)

2003-02-03 Thread Jeffrey Altman
You can use LoadLibrary() to load the DLLs at runtime instead of linking to them at compile time. However, if you do this you will need to load each function pointer programatically. dan demers wrote:     in the windows environment,   is it possible to use the explicit