I know I've asked this before but the previous solution doesn't seem to work.
http://forum.thegamecreators.com/?m=forum_view&t=137535&b=22
If I do the instructions given to me at the link above, I get this error:
Quote: "
1>------ Build started: Project: Gun, Configuration: Debug Win32 ------
1>Compiling...
1>Main.cpp
1>Monsters.cpp
1>Weapons.cpp
1>Generating Code...
1>Linking...
1> Creating library C:\Users\Rei\Documents\Visual Studio 2008\Projects\Gun\Debug\Gun.lib and object C:\Users\Rei\Documents\Visual Studio 2008\Projects\Gun\Debug\Gun.exp
1>LINK : warning LNK4031: no subsystem specified; CONSOLE assumed
1>LIBCMT.lib(crt0.obj) : error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup
1>C:\Users\Rei\Documents\Visual Studio 2008\Projects\Gun\Debug\Gun.exe : fatal error LNK1120: 1 unresolved externals
1>Build log was saved at "file://c:\Users\Rei\Documents\Visual Studio 2008\Projects\Gun\Gun\Debug\BuildLog.htm"
1>Gun - 2 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped =========="
What should I do?
IanM??
Anyone???