I just started diving into C++ a while ago and now im using the direct x library mainly for an assignment but probably will go into full detail later on.
The main problem im having is somewhat mysterious to me :/
Error 1 error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup C:\Users\Edmark\Documents\Visual Studio 2010\Projects\DirectXCAL\DirectXCAL\MSVCRTD.lib(crtexe.obj) DirectXCAL
I looked into my properties to see if they were properly linked and the necessary libraries and includes were too..
Its a simple problem i know but i guess im not seeing it.. :[