Changes between Version 29 and Version 30 of Building

Show
Ignore:
Timestamp:
01/18/10 12:02:30 (8 months ago)
Author:
cneumann
Comment:

mention preloadSharedObject to get loaders on windows

Legend:

Unmodified
Added
Removed
Modified
  • Building

    v29 v30  
    130130environment so that the loader dlls are pulled. Add other libraries if other elements are missing. 
    131131 
     132As an alternative that does not rely on environment variables, you can insert the following into your application, before calling `osgInit();`: 
     133 
     134{{{ 
     135    OSG::preloadSharedObject("FileIO"); 
     136    OSG::preloadSharedObject("ImageFileIO"); 
     137 
     138    OSG::osgInit(argc, argv); 
     139}}} 
     140 
    132141[[BR]] 
    133142[[BR]]