I am trying to create a directX template. since i kind find a working one.
Am done with most of the things. Only one problem remaining.
I get the following error in debug mode (release mode runs perfectly)
HelloDirect3D.obj||error LNK2019: unresolved external symbol __CrtSetDbgFlag referenced in function _WinMain@16|
bin\Debug\project1.exe||fatal error LNK1120: 1 unresolved externals|
||=== Build finished: 2 errors, 0 warnings ===|
I searched the net and found that i have to #include <crtdbg.h>
But it is already included. I have read that some debug lib files are to be linked. But i am not sure which ones?
Please help