Create c++ dll in visual studio 2005
See the articles under http://www.codeproject.com/dll/#Beginners – especially http://www.codeproject.com/dll/EasyDLL.asp (”Super Easy DLL”) and http://www.codeproject.com/dll/DLL_EZ_Build_EZ_Usage.asp (”Making DLLs easy to build and use”) which are both compact and will give you a jump start on this issue.
Log in to answer.
No related knowledge.
BoLaFish 11:00 pm on December 24, 2009
See the articles under http://www.codeproject.com/dll/#Beginners – especially http://www.codeproject.com/dll/EasyDLL.asp (”Super Easy DLL”) and http://www.codeproject.com/dll/DLL_EZ_Build_EZ_Usage.asp (”Making DLLs easy to build and use”) which are both compact and will give you a jump start on this issue.