Problems using Tier 2.
I am using VS2010 (full version not express)
Examples are saved in VS2008 format, so the first thing that happened is that VS2010 took like 10 mins to convert everything to VS2010 format.
In Debug mode examples compile fine.
However in Release mode, all hell breaks loose!!
There are some PATH problems with the ADDITIONAL INCLUDE DIRECTORIES and ADDITIONAL LIBRARY DIRECTORIES. In Debug, the paths are set fine, in release the paths are missing \ide\ . Please try to fix this. There are some other paths typed in wrongly in RELEASE as I still got an error, "cannot find AGK.h". I typed the full path in main.h myself for now.
Did all work. NO!
I still got this error:
The object or library file '..\..\..\..\ide\platform\windows\Lib\Release\AGKWindows.lib' was created with an older compiler than other objects.Do I have to rebuild the .lib for VS2010?
It seems that even getting the examples running is going to prove a bit problematic.
Also i couldn't find the
empty project template. Can you kindly direct me if it's hidden inside some folder?
Another thing that bothered me is that all media has to be placed in a MEDIA directory, which seems hardcoded in AGC. Can this be changed?