Thread: writing DLLs
View Single Post
Old 07-13-2005, 03:48 PM   #4 (permalink)
Something Sexy
 
True Techie

Join Date: May 2005

Posts: 141

Something Sexy

Send a message via AIM to Something Sexy
Default

I believe with .dlls there are two different types, one is Implicit Linking and the other is Explicit linking, I believe with Explicit you can load each function you need into memory when you need it, with Implicit it loads all the code in the DLL right away whether you need it or not. but I believe Explicit is just a little bit more difficult to write.
Something Sexy is offline