NxOgreOGRE3D.lib lost

creeder

12-04-2010 13:20:54

Hi! I'm trying to run the BloodyMess but he ask me about the NxOgreOGRE3D.lib.
Where can I find this file NxOgreOGRE3D.lib (release mode) of NxOgre? Really do not know where I can find it.
Only I have the NxOgre.lib and the NxOgre_d.lib.

betajaen

12-04-2010 14:25:07

It should come with BloodyMess; the OGRE3DRenderSystem visual studio project.

See http://www.ogre3d.org/wiki/index.php/Bl ... Tutorial_1 if you have any further troubles.

creeder

14-04-2010 20:50:05

yes betajaen. In BloodMess 1.5.5. thx

hvalola

22-02-2011 05:44:17

hi
i have that issue as well
i used the link http://www.ogre3d.org/tikiwiki/tiki-ind ... Tutorial+1
and compiled it and Nxogre compiles without errors
but there is no build/msvc folder
# GLUTRenderSystem
# OGRE3DRenderSystem
solutions what to do?

spacegaier

23-02-2011 20:48:16

That wiki page of mine was created for NxOgre BloodyMess which is outdated. In the current version, there is no render system anymore in NxOgre core, but instead there is a sub-project called Critter that provides the rendersystem. Idea was to get NxOgre basically render system independent.

hvalola

24-02-2011 10:17:33

hi

finally i have able to compile and run the files but i don't know whether i am correct or not

i just ignored the linking of NxOgreOGRE3D.lib and include the folder location of the file NxOgreOGRE3D.h to VC++ include list

it just worked for me