Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 1, 2008, 2:00:08 PM (16 years ago)
Author:
rgrieder
Message:
  • removed warnings on msvc compiler
  • on msvc: loader is now built with orxonox, not as a separate library
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/Orxonox.cc

    r768 r782  
    282282      COUT(3) << "Info: network framelistener added" << std::endl;
    283283    }
    284     catch(std::exception &e)
     284    catch(...)
    285285    {
    286286      COUT(1) << "Error: There was a problem initialising the server :(" << std::endl;
Note: See TracChangeset for help on using the changeset viewer.