Hey there,
as this thread is locked now, here's a question from my side.
I tried those changes but with the latest AppGameKit I get a linker error now (oh how I love those!):
LIBCMTD.lib(exe_winmain.obj) : error LNK2019: unresolved external symbol WinMain referenced in function "int __cdecl invoke_main(void)" (?invoke_main@@YAHXZ)
Basically that means that there are still references to that WinMain entry even though I replaced it with int main(). I just assume that is because the project itself is still a MFC project?
edit: MY BAD. Forgot to change it to a console app... Ouch. Sorry.