Thread
:
Convert .EXE to .DLL
View Single Post
shabbir
Go4Expert Founder
18Apr2009,11:56
There are 2 options
I would suggest to start a new DLL-Project in visual studio, then copy all the functions from your exe-project to the DLL project and declare them to be exported.