Changes between Version 1 and Version 2 of ossimPluginSetup


Ignore:
Timestamp:
Sep 4, 2009, 5:53:52 AM (15 years ago)
Author:
dburken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ossimPluginSetup

    v1 v2  
    6262The third option will tell you if a plugin does not load.
    6363
     64Typically if a plugin does not load there is an undefined symbol due to a missing dependency.  For instance a missing dll for gdal will cause the gdal plugin to not load.  On windows there is an application "dependencewalker" to test this.  See: [http://www.dependencywalker.com/]
     65