- Ogre 0.15.1
- Dependencies 0.13.0
- STLPort 4.6.2
The samples run fine in debug mode within VC++.
When I run them in release mode, I get a warning message like: "'Demo_Shadows.exe' does not contain debugging information. (No symbols loaded.) Click OK to debug anyway." I'm not sure why I'm getting this, as I'm not attempting to debug.
When I try to run them outside VC++ (by double-clicking the executable), I get a cascade of problems with libraries not being found. When I add the library locations to the PATH environment variable, eventually I get the error:
Error #:9
Function DynLib::load
Description: Could not load dynamic library OgrePlatform.dll. System Error: Unknown Error.
File: \Ogre\ogrenew\OgreMain\src\OgreDynLib.cpp
Line: 83
Stack unwinding: DynLib::load(..) <- <<beginning of stack>>
I'm far from expert with the VC++ environment, so I assume there's some trivial setting I have wrong...
Thanks for any ideas!
