First it appears small window and tells me that there is a problem with Building my project and it is out of date. Here are some screenshots:
And a text with the error:
1>------ Build started: Project: Direct 3D, Configuration: Debug Win32 ------
1>LINK : error LNK2001: unresolved external symbol _true
1>Main.obj : error LNK2019: unresolved external symbol _Direct3DCreate9@4 referenced in function "void __cdecl initD3D(struct HWND__ *)" (?initD3D@@YAXPAUHWND__@@@Z)
1>C:\C++ Project\Direct 3D\Debug\Direct 3D.exe : fatal error LNK1120: 2 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
The source code i enter is a simple code that only show you a window with some color in it. This 'Out of date' thing appears even with simple codes like cout<<"hello"...