I am able to get my own project going when I just hack up one of the existing sample programs, however I have yet to get a 'fresh' project to work. Can anyone walk me through the steps? Heres what im doing...
1.) Launch VS, create a "Visual C++ Project -> Win 32 Project"
2.) Before the project is created I click "Application Settings" to specify a "Empty Project" project
3.) I add a "Main.cpp" and paste my darkSDK code
I always get the following error when trying to build...
Compiling...
Main.cpp
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function _WinMainCRTStartup
Debug/TestProj.exe : fatal error LNK1120: 1 unresolved externals
Even when I just have empty space or even a simple void main() {} in my Main cpp, I still get this error.
HOWEVER, I was able to hack up one of the sample programs to this same level (just a main cpp file basically) and it runs just fine.
Am I missing something? I take it the sample programs followed different steps than I did when they created their 'blank' templates.
Thanks in advance for any help
All you need is zeal