Error al iniciar Ogre 3d

Hola soy nueva en el foro. Quiero empezar a trabajar con el motor Ogre 3d y tengo varios problemas. Ya instale todo como dice la guía de instalación y al intentar ejecutar la aplicación me salen errores:
– Build: debug in prueba -.

Cl : command line warning d9002 : ignoring unknown option -mthreads.

Main, cpp.

Cl : command line warning d9002 : ignoring unknown option -fmessage-length=0.

Cl : command line warning d9002 : ignoring unknown option -fexceptions.

Cl : command line warning d9002 : ignoring unknown option -fident.

Linking console executable: c:\ogresdk\bin\debug\prueba, exe.

Link : warning lnk4044: unrecognized option /wl,-enable-runtime-pseudo-reloc, ignored.

Link : warning lnk4044: unrecognized option /wl,-enable-auto-image-base, ignored.

Link : warning lnk4044: unrecognized option /wl,-add-stdcall-alias, ignored.

Link : warning lnk4098: defaultlib libcmt conflicts with use of other libs, use /nodefaultlib:library.

Main, obj : error lnk2019: unresolved external symbol __imp__messageboxa@16 referenced in function __catch$_winmain@16$0.

Main, obj : error lnk2019: unresolved external symbol __crtdbgreportw referenced in function public: char const & __thiscall STD:_string_const_iterator<char, structure STD:char_traits<char>, class STD:allocator<char> >:operator*(Void)const (¿d? $_string_const_iterator@du? $char_traits@d@STD@@v? $allocator@d@2@@STD@@qbeabdxz).

Libcpmtd, lib(stdthrow.obj) : error lnk2001: unresolved external symbol __crtdbgreportw.

Libcpmtd, lib(xmbtowc, obj) : error lnk2001: unresolved external symbol __crtdbgreportw.

Libcpmtd, lib(xdebug, obj) : error lnk2019: unresolved external symbol __malloc_dbg referenced in function Void * __cdecl operator new(unsigned int, structure STD:_debugheaptag_t const &, char *, int) (¿2@yapaxiabu_debugheaptag_t@STD@@padh@z).

Libcpmtd, lib(xmbtowc, obj) : error lnk2001: unresolved external symbol __malloc_dbg.

Libcpmtd, lib(xdebug, obj) : error lnk2019: unresolved external symbol __fre_dbg referenced in function Void __cdecl operator delete (Void *, structure STD:_debugheaptag_t const &, char *, int) (¿3@yaxpaxabu_debugheaptag_t@STD@@padh@z).

Libcpmtd, lib(xmbtowc, obj) : error lnk2001: unresolved external symbol __fre_dbg.

Libcpmtd, lib(_tolower, obj) : error lnk2019: unresolved external symbol __calloc_dbg referenced in function __getctype.

C:\ogresdk\bin\debug\prueba, exe : fatal error lnk1120: 5 unresolved externals.

Process terminated with status 1120 (0 minutes, 33 seconds).
10 errors, 4 warnings.

Que debo hacer?
Estoy usando visual C++ 2005.

Ver más sobre el tema y los comentarios en el foro