Hi Marcus, The most likely cause is you app linking to one version of the OSG at compile time, but then at runtime linking to another version of the OSG. This issue will arise anytime you mix an 1.2 based app with 1.9.x libs, and 1.9.x based app with 1.2 libs. Make sure that the old 1.2 libs arn't on your path when you run the 1.9.x based apps, and visa versa.
Robert. On 5/17/07, Marcus Fritzen <[EMAIL PROTECTED]> wrote:
Hello, I have a problem ;) Now, everytime I want to run a project, I get while trying to run the project following error: entry point "[EMAIL PROTECTED]@[EMAIL PROTECTED]@2@@Z" was not found in DLL "osg.dll" and I don't know why. I have changed nothing, just compiled the new osg1.9.4. I get this error also for projects where I use the osg1.2, where it worked fine before I installed osg1.9.4 Please, can anybody help me? Marcus _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
