A very good document. I consider the "Implicit Linking" as wrong use of DLL, besst is Explicit. thanks
Replyvery simple and clearReply
I am a beginner in C++ and find this article most helpful. By reading this, I can make a DLL for my Foxpro project.
ReplyHi there Nice tutorial but it lacks basic things 1. Types of DLLs(ActiveX, Regular, Extension) 2. Difference between them other than that ActiveX needs registeration and others dont 3. How to know the arguments of a pre-compiled Regular DLL Hope u will make me happy by atleast replying to it Thanking in Advance
ReplyHello Notsosuperhero, I was really lucky to find your article at the right time. It is very helpful for the confused brains like me. Thank you.
Replyin the source file dll_tuorial.cpp you have #include the header file before defining DLL_EXPORT. therefore, i believe, the header file will not recognise DLL_EXPORT as being defined and will define DECLDIR as __declspec(dllimport), which is why i seem to be getting 2 errors on compile time. correct if i am wrong, else nicely written
Your right!
Reply