Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 2, 2006, 5:40:29 PM (19 years ago)
Author:
bensch
Message:

compile, but does not load anything… i do absolutely not get why :/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/shared_lib/src/lib/util/loading/dynamic_loader.cc

    r7264 r7266  
    103103  if (ResourceManager::isDir(absSearchDir))
    104104  {
     105    //printf("ADDED %s\n", absSearchDir.c_str());
    105106    DynamicLoader::addSearchDir(absSearchDir);
    106107    return true;
     
    108109  else
    109110  {
     111    //printf("not a directory %s\n", absSearchDir.c_str());
    110112    return false;
    111113  }
Note: See TracChangeset for help on using the changeset viewer.