Re: C in Visual Studio
Traditional C programs != Win32 console app.
@topic starter
As said by QwertyManiac, Open a blank source file in VS, and type the code, and compile
@Jove
a Win32 application is a windows application, not a dos c program.
c = main()
win32 = bool apientry winmain(hinstance hinstance, blah blah)
__________________
If the Start Windows Restart when Windows starts check box is checked Windows Restart will start automatically every time Windows is started. - Actual excerpt from a windows program help file
|