Quote: "LINK : fatal error LNK1104: cannot open file 'atlsd.lib'"
looks like it is fixed by
Quote: "atls.lib;atlsd.lib;%(IgnoreSpecificDefaultLibraries)"
Although I've not experienced this error.
Quote: "LNK2019: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ) referenced in function "public: void __thiscall "
Is cause by the VS2008 lib not being compatible with VS2010, you can either install VS2008 express and set the Platform Toolset to v90, or wait for us to release a VS2010 lib.
Quote: "LNK2019: unresolved external symbol __imp__GetOpenFileNameA@4 referenced in function "public: bool __thiscall AGK::cImage::ChooseFromSystem(void)""
Suggests that the project can't find the system library Comdlg32.lib, I think VS2010 did away with the global directories path in Tools->options->VC++Directories and you now have to set them per project.