A Win32 app with main( ) w/o modifying settings?

Hi,

I saw a line of code before which does the same thing as typing “/entry:mainCRTStartup” in the Project Options (in Projects->Settings, Link tab), but I can’t seem to find it anymore.

It was something like :
#pragma comment( ----something------ )

Thanx in advance for all your help.

There was recently a discussion in here but I don’t remember who started it. Anyway in my GLUT tutorial, www.fatech.com/tech/opengl/glut you can get the required steps to create a Win32 app without having to dwelve in Windows Programming

Antonio