Hi Serge, i don't know what's exactly going wrong with this. but one problem is that you don't have the redist installed. the latest version of VS 2005 force per default the manifest file building and the CRT lib. there should be 2 solutions to solve this, i am not sure and i did test it, but i rember that i did once similar:
try to: (1) remove manifest build (2) try to et crt lib settings in the project if you test it on a system VS 2005 installed, everythings works nice. otherwise i doesnt. so try to test also under xp (without installed VS 2005) /if you still have problems, let me know, then may i can have then a deep look into the issue 2007/9/27, Serge Lages <[EMAIL PROTECTED]>: > > Hi all, > > Here is my problem : I develop with WinXP and VS8 SP1, and I have an OSG > application I need to redistribute on Win2K, WinXP and Vista. The important > thing to note is that the users will not have administration rights on their > computers when installing my application. That's why I can't install > Microsoft's vcredist_x86.exe on these computers. > > So to make it work, I followed the instructions here (the second method) : > http://msdn2.microsoft.com/library/ms235291(VS.80).aspx<http://msdn2.microsoft.com/library/ms235291%28VS.80%29.aspx> > I have put Microsoft.VC80.CRT folders with the correct dlls and manifest > everywhere I have a dll (into the main binary folder and into the > osgPlugins-* folder). > Under WinXP and Win2K it works great but not on Vista. It makes my > application crash. Its weird because if I don't put a > Microsoft.VC80.CRTfolder into the plugins folder, my application doesn't > crash (but no > textures or objects are loaded as the plugins fail to be loaded). So it > seems to come from the plugins. > > Anyone as a clue on what I am doing wrong ? > Thanks in advance for any help. > > PS : Of course, if I install vcredist_x86.exe on the Vista computer, my > application works normally, so it's really a redistribution issue. > > -- > Serge Lages > http://www.magrathea-engine.org > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > -- ******************************************** Adrian Egli
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

