Thread: Coding DLLs
View Single Post
Old Mar 19th, 2005, 5:51 PM   #2
kurifu
Expert Programmer
 
kurifu's Avatar
 
Join Date: Jul 2004
Location: Halifax, Nova Scotia (Canada)
Posts: 784
Rep Power: 5 kurifu is on a distinguished road
Send a message via ICQ to kurifu Send a message via MSN to kurifu
You are going to want to read the entire section on DLL files over at http://msdn.microsoft.com.... there are actually a lot of things you need to know about DLLs, such as thread safety (same process and multiple process threads)... as well as what operating system you will target your DLL files for, and how some operating system and older DLLs operate (there are considerable difference between the memory mapping of a DLL file for Windows 95 and Windows XP).
__________________
Clifford Matthew Roche <geek@cliffordroche.com>
Web Hosting: http://www.crd-hosting.com
Consulting: http://www.crdev-consulting.com
kurifu is offline   Reply With Quote