[SOLVED] dllStartPlugin not found

acropole

17-07-2008 19:55:13

Hi,

I get this error when I try to compile my ogre app :

20:25:47: OGRE EXCEPTION(5:ItemIdentityException): Cannot find symbol dllStartPlugin in library .\NxOgre_d in Root::loadPlugin at e:\projects\ogrecvs\branches\eihort\ogre\ogremain\src\ogreroot.cpp (line 978)

NxOgre_d.dll and NxOgre.dll compile fine.

Note that e:\projects\ogrecvs\branches\eihort\ogre\ogremain\src\ogreroot.cpp
is not a path on my computer I've no e: drive

betajaen

17-07-2008 22:43:31

NxOgre isn't an "Ogre library" like the others. You have to include it via the linker in your project settings, once compiled the executable will "find" the NxOgre library and bring it in.