SyntaxFix
Write A Post
Hire A Developer
Questions
Assume that the source file you want to compile is main.cpp and your example_dll.dll and example_dll.lib . now run cl.exe main.cpp /EHsc /link example_dll.lib now you may get main.exe
cl.exe main.cpp /EHsc /link example_dll.lib