|
From: Karthik K. <akk...@ya...> - 2004-10-05 04:03:18
|
--- Tor Lillqvist <tm...@ik...> wrote: > Karthik Kumar writes: > > Somehow your wording sounds a bit odd. Binding to a DLL at link > time > (normally by specifying an import library, although in some cases > the > GNU linker can handle the DLL directly) is what one normally does > on > Windows. > > Yes, DLLs are shared libraries, a.k.a. dynamic libraries. But when > talking about dynamic linking to a DLL, one probably means loading > the > DLL at run-time (LoadLibrary, then GetProcAddress to look up the > entry > points in it) (not specifying it at all at link-time). > > Maybe what you actually are trying to do would be to load the > hardware-specific ICD at run-time? Yeah . Exactly. That is what I want to do. Thanks for the pointers though. -- Karthik. __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail |