Hello Everyone,
I have 2 questions: 1. How do I write the code in a DLL file. What am I supposed to write in the DLL_Process_Attach, DLL_Process_Detach, DLL_Thread_Attach, and the DLL_Thread_Detach sections? Is it just supposed to be regular lines of executable code like in an EXE file or are there special things that I have to define? Basically I have no idea how to write stuff in a DLL file. 2: How do I include a DLL in an EXE file so that when I do something it will open as a program? AHHHH! I'M REALLY CONFUSED! Please help! Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
if you considered a either a forum search for "dll" or reading the FAQ-Thread "Read This Before....." most of your questions could be answered already.
Having said this, enjoy! :o)
besides, this article doesn't answer all your questions, but might be helpful to get an idea about simple dll-usage:
Hello Everyone,
I have 2 questions: 1. How do I write the code in a DLL file. What am I supposed to write in the DLL_Process_Attach, DLL_Process_Detach, DLL_Thread_Attach, and the DLL_Thread_Detach sections? Is it just supposed to be regular lines of executable code like in an EXE file or are there special things that I have to define? Basically I have no idea how to write stuff in a DLL file. 2: How do I include a DLL in an EXE file so that when I do something it will open as a program? AHHHH! I'M REALLY CONFUSED! Please help! Thanks!
if you considered a either a forum search for "dll" or reading the FAQ-Thread "Read This Before....." most of your questions could be answered already.
Having said this, enjoy! :o)
besides, this article doesn't answer all your questions, but might be helpful to get an idea about simple dll-usage:
http://www.flipcode.com/articles/article_creatingdlls.shtml