Changes between Version 29 and Version 30 of Building
- Timestamp:
- 01/18/10 12:02:30 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building
v29 v30 130 130 environment so that the loader dlls are pulled. Add other libraries if other elements are missing. 131 131 132 As 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 132 141 [[BR]] 133 142 [[BR]]
