when I updated the library path to
C:\Program Files (x86)\The Game Creators\AGK\IDE\platform\windows\Lib\VS2010\Release, I now get 216 warnings and 106 errors. examples of the warnings and errors:
Error 217 error LNK2019: unresolved external symbol __imp__PrintDlgA@4 referenced in function "public: void __thiscall AGK::cImage:
rint(float)" (?Print@cImage@AGK@@QAEXM@Z) d:\sc\testAGK\testAGK\AGKWindows.lib(WindowsCore.obj) testAGK
Error 218 error LNK2019: unresolved external symbol __imp__CommDlgExtendedError@0 referenced in function "protected: static bool __cdecl AGK::agk:
latformChooseFile(class AGK::uString &,char const *)" (?PlatformChooseFile@agk@AGK@@KA_NAAVuString@2@PBD@Z) d:\sc\testAGK\testAGK\AGKWindows.lib(WindowsCore.obj) testAGK
Error 219 error LNK2019: unresolved external symbol __imp__GetOpenFileNameA@4 referenced in function "protected: static bool __cdecl AGK::agk:
latformChooseFile(class AGK::uString &,char const *)" (?PlatformChooseFile@agk@AGK@@KA_NAAVuString@2@PBD@Z) d:\sc\testAGK\testAGK\AGKWindows.lib(WindowsCore.obj) testAGK
Error 220 error LNK2001: unresolved external symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPBD@Z) d:\sc\testAGK\testAGK\AGKWindows.lib(DataMask.obj) testAGK
Error 221 error LNK2001: unresolved external symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPBD@Z) d:\sc\testAGK\testAGK\AGKWindows.lib(ECI.obj) testAGK
Error 222 error LNK2001: unresolved external symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPBD@Z) d:\sc\testAGK\testAGK\AGKWindows.lib(CharacterSetECI.obj) testAGK
Error 223 error LNK2001: unresolved external symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPBD@Z) d:\sc\testAGK\testAGK\AGKWindows.lib(StringUtils.obj) testAGK
Error 224 error LNK2001: unresolved external symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPBD@Z) d:\sc\testAGK\testAGK\AGKWindows.lib(ErrorCorrectionLevel.obj) testAGK
Error 225 error LNK2001: unresolved external symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPBD@Z) d:\sc\testAGK\testAGK\AGKWindows.lib(Mode.obj) testAGK