[help]Windows API
Alright so the tutorial i was reading on windows API did a STUPIDLY bad job of explaining the structure for an application that uses it....
What i gathered was that i need to use:
#include <windows.h>
probably include that in my external files section too, and my main() function becomes Winmain() i think?
main problem with that is that my main function is called _tmain(blahblahblah) thanks to the default in visual studio 2010...
so if theres anything else that needs to be changed in my code and you feel like helping that'd be just dandy.
What i gathered was that i need to use:
#include <windows.h>
probably include that in my external files section too, and my main() function becomes Winmain() i think?
main problem with that is that my main function is called _tmain(blahblahblah) thanks to the default in visual studio 2010...
so if theres anything else that needs to be changed in my code and you feel like helping that'd be just dandy.

