[osg-users] Minimal OSG installation

2009-04-26 Thread Daniel Drubin
Greetings,

excuse me if this is too trivial a question, but what is the minimal
OSG installation? I need to distribute my OSG-based viewer for
Windows; what libraries should I include? Are there any configuration
steps needed to be taken?

I tried to simply package the executable and DLLs used, and when I
started program it said something like Configuration is incorrect,
please re-install.

I guess that minimal distro for osgviewerd.exe is the same.

Thanks,
Daniel
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Minimal OSG installation

2009-04-26 Thread Christian Buchner
I've seen this error before. The issue could be that you put the
Visual C++ 2008 (SP1?) runtime into the program folder.

The only way to do this properly is to run the Visual C++ 2008 (SP1)
redistributable from the application's installer. This will take care
of placing the DLL in the WinSXS folder (Side by Side assembly cache).

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