Re: [Unsloved] (Directx Related) unresolved external symbol _main
Well, then something's wrong with the tutorial. I mean, where do you *expect* control to begin when you launch the app?
EDIT: It appears the tutorial is using WinMain() as the entry point. You'll need to change your project type from Console Application to Windows Application if you want to use that entry point. I'm not sure if that actually makes a difference as far as ability to use D3D, though.
Last edited by Lindley; May 26th, 2009 at 02:03 PM.
Bookmarks