Roger James schrieb: > Andreas, > > Can you give a little more info about your problem. Is it the app failing to > find the osg dlls, or the osg dlls failing to find the c++ library dlls, or > something else. I find the CFF Explorer tool useful > http://www.ntcore.com/exsuite.php for looking at embedded manifests to see > what is going on. > > Roger > > Hi all,
it was as easy as that: As version 1.2 puts the plugins in a separate directory, I did so, too. When loading those dlls, the manifest for the c++-dlls , that is in the applications root-dir, is not found, and this leads to the dll not loading correctly. When I put the plugin-dlls into the root-directory, it seems to work (though I have tested on only one machine). Robert: manifest-files are included into all executables and dlls of osg when compiling with visual c++ 2005. If someone is interested, I can post the manifest-file I use for distributing my application. I don´t want my users to have to install the microsoft redistributable files as an extra package. Regards, Andreas >> -----Original Message----- >> From: [EMAIL PROTECTED] [mailto:osg-users- >> [EMAIL PROTECTED] On Behalf Of Andreas Goebel >> Sent: 11 November 2007 21:30 >> To: OpenSceneGraph Users >> Subject: [osg-users] Question about Manifests >> >> Hello, >> >> has anything about the usage of manifest-files for osg changed with >> version 2.2 ? >> >> While everything works fine on my production-system, where visual c++ >> express files are installed, my installer for users doesn´t work >> anymore. I had included a "trick" into that installer to avoid having my >> users to install the visual c++ redistributables (I made them local into >> the program directory). >> >> Thank you, >> >> Andreas >> _______________________________________________ >> osg-users mailing list >> [email protected] >> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >> > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

