Forgets that it's a windows program?

Started by
1 comment, last by Mbren 24 years, 7 months ago
Is your project as a console app or a basic empty win32 app ?
I was influenced by the Ghetto you ruined.
Advertisement
I have been learning direct 3d for
a few months now. I just have a quick
windows programming question. Whenever
I stop and shut down visual C++ 6.0,
or just close my program window, the next
time I want to start up my program it
looks for main instead of winmain
when I compile. so I have to copy
the old code, start a new win 32 application
and paste it there. Then it looks
for winmain fine. I have to repeat this
process everytime I want to continue
my direct3d projects. How do I fix this
so it always knows its a windows program?
This is in C++ btw.
thanks
Its a basic empty win32 app.

This topic is closed to new replies.

Advertisement