I've encountered errors with some of the agk commands.
To test this I've copied the 2010 template which compiles and runs. All of the agk commands seem to work without issue except these:
Makes this error:
1>template.obj : error LNK2019: unresolved external symbol "public: static void __cdecl AGK::agk::DrawText(unsigned int)" (?DrawText@agk@AGK@@SAXI@Z) referenced in function "public: int __thiscall app::Loop(void)" (?Loop@app@@QAEHXZ)
agk::Create3DParticles(0, 0, 0);
Makes a similar error:
1>template.obj : error LNK2019: unresolved external symbol "public: static unsigned int __cdecl AGK::agk::Create3DParticles(float,float,float)" (?Create3DParticles@agk@AGK@@SAIMMM@Z) referenced in function "public: int __thiscall app::Loop(void)" (?Loop@app@@QAEHXZ)
Is anyone else getting this problem?