build a .dll file
I built a vc++.net console application successfully, but when I copy most of the files into vc++.net class library project and remove the printf function and main entry, it just can't be built.There are always a lot linking errors. why? Do I need to modify the code first? Do I need to change the stdafx.h?
|