Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Irr project wizard
(1/1)
Vampyre_Dark:
I just tried out the Irrlicht project wizard, and it doesn't compile out of the box with VS. You get a linker error because it's a windows application with no WinMain entry point.
Fix:
#pragma comment(linker, "/subsystem:windows /entry:mainCRTStartup")
Works fine now...
Navigation
[0] Message Index
Go to full version