Linker Errors using directX and Visual Studio 2010?

Unless you use a special setting in Visual Studio, windowed executables start with the WinMain function, not the regular main function. So you should either be creating a console app, be using WinMain or use the setting to use the regular main function.

If you include the Windows headers, then the linker expects you to provide a WinMain function, not the regular main. The WinMain entry point provides Windows-specific data like HINSTANCEs.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions