Hi,

I just have updated from SVN and rebuilt OSG. It looks like OSG examples work 
but when I try to run my application, all plugin DLLs are not loaded due to 
missing manifests. I think I understand the idea to avoid manifests and MS 
runtime DLL problems in Plugins but it looks like it caused exactly opposite 
results for me. 

For some time I have learned to live with manifests and stay quite happy. So I 
am not very experienced in writing my own manifests or overcoming problems with 
not found Redistributable DLLs. All I always had to do: was loading 
Redistirutable setup and installing it.

So I expect that proponents of this change will know how to configure system to 
use "new" plugins. I did brief research in microsoft websites got some puzzling 
answers, tried few methods but without success. I tried to copy msvcp80.dll, 
msvcr80.dll into my apllication lib but I get the error  about DLLs loaded 
without manifests. If I add manifest add manifest file from WinSxS redist to my 
app directory I get different error message.

What should I do to make it work ? 

I use VS 80 SP1. OSG examples seem to load the plugins. When I use my 
aplication in different directory plugins are not loaded. Error hapens when 
osgDB tries to load osgdb_jpg.dll to load our splash screen. OSG dlls are not 
copied into app dir but loaded from system PATH. 

Attached are screenshots with the error messages. 

Regards, Thanks for any help,
Wojtek Lewandowski

<<attachment: error2.PNG>>

<<attachment: error1.PNG>>

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to