Hi,

On Tue, 2009-06-02 at 12:13 +0200, Volker Settgast wrote:
> Hello,
> 
> I am having trouble getting testImageLoader to work. I found out, that 
> non of the file formats (image and geometry) are working. I checked with 
> getSuffixList.
> 
> This is my config:
> 
> WinXP, VS 2008:
> 
> OpenSG2 SVN (1911)
> CMake via cmake-gui.exe
> added includes and libs for libpng, libjpeg, libtiff, zlib
> configure says ok
> generate gives sln and proj files
> compiler gives dlls and exe
> most of the test executables work, e.g. testWindowGLUT
> 
> I remember, that there were some problems with static libs on Windows 
> and symbols optimized away. how does OpenSG 2 handle that?
> Can anyone help me, please?
> 

from: http://opensg.vrsource.org/trac/wiki/Building #After building

If it looks like elements are missing as you run your programs,
especially the scene file and image loaders, this unfortunately is a
'feature' of the microsoft linker. Add
OSG_LOAD_LIBS=OSGFileIO;OSGImageFileIO to your environment so that the
loader dlls are pulled. Add other libraries if other elements are
missing.

kind regards,
  gerrit



------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to