trouble compiling my own nxogre project

jchmack

01-12-2006 21:16:33

ok ive looked through alot of the tutorials and now im trying to start my own nxogre project. I copied and pasted the code from tutorial 101 cube on a plane. i believe i linked everything properly. Now i am getting this error.

1>------ Build started: Project: NxOgre Learner, Configuration: Release Win32 ------
1>Compiling...
1>Main.cpp
1>Linking...
1>MSVCRT.lib(crtexew.obj) : error LNK2001: unresolved external symbol _WinMain@16
1>C:\Documents and Settings\Julius Abella\Desktop\game4\NxOgre Learner\Release\NxOgre Learner.exe : fatal error LNK1120: 1 unresolved externals
1>Build log was saved at "file://c:\Documents and Settings\Julius Abella\Desktop\game4\NxOgre Learner\NxOgre Learner\Release\BuildLog.htm"
1>NxOgre Learner - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

i think i started the wrong type of project. I noticed the tutorials all have consoles but i did what i do in ogre and made just a win32 app. I am kinda unfamiliar with linking to other libraries. What are the steps i need to take to start my own NxOgre projects?