Michael Sullivan wrote: > I started the Accelerated C++ book on the reading list, and I typed in > the Hello World program into VC++ 2008. This is my first time using VC > ++ 2008. When I build the project, it tells me > > unresolved external symbol [EMAIL PROTECTED] reference in function > ___tmainCRTStartup > > The program I typed in does not have a function WinMain, just an int > main. On VC++ 6.0 I had an option to crate a console-mode application. > Is this option not available anymore? I can't seem to find it. Should > I change int main() to int WinMain()? Would that work? > sorry, I managed to accidently press send in the middle of that while looking something up. you are NOT writing Win32 projects, you are writing Win32 Console Applications.... if you select that when you start the project, then pick "next" not "finished" and click on "empty project" you'll be in much better shape.
sorry everyone for the partial message earlier
