Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

AppGameKit Classic Chat / AGK2 Visual Studio 2013 Lib

Author
Message
pacAged
10
Years of Service
User Offline
Joined: 23rd Nov 2014
Location: USA
Posted: 27th Nov 2014 05:58
Following the AppGameKit Tier 2 guide to try and set up VS 2013. Guide shows where to find the 2013 lib files to manually set the VC 2013 library directories.
However

Quote: "Libraries (VS 2013)
•C:\Program Files (x86)\The Game Creators\AGK2\Tier 2\platform\windows\Lib\VS2013\Debug\
•C:\Program Files (x86)\The Game Creators\AGK2\Tier 2\platform\windows\Lib\VS2013\Release\
"


does not exist in my installation based on a 23 Nov download.

All I can find is
Quote: "Libraries (VS 2008)
•C:\Program Files (x86)\The Game Creators\AGK2\Tier 2\platform\windows\Lib\Debug\
•C:\Program Files (x86)\The Game Creators\AGK2\Tier 2\platform\windows\Lib\Release\
•Libraries (VS 2010)
•C:\Program Files (x86)\The Game Creators\AGK2\Tier 2\platform\windows\Lib\VS2010\Debug\
•C:\Program Files (x86)\The Game Creators\AGK2\Tier 2\platform\windows\Lib\VS2010\Release\
"


Anyone know where I can obtain the AppGameKit VS2013 lib files?
jamesL
14
Years of Service
User Offline
Joined: 31st May 2010
Location:
Posted: 27th Nov 2014 10:43 Edited at: 27th Nov 2014 10:44
maybe this will help

http://forum.thegamecreators.com/?m=forum_view&t=212726&b=41

http://forum.thegamecreators.com/?m=forum_view&t=212726&b=41

the thread got off track so it covers a lot of stuff that was helpful to me
pacAged
10
Years of Service
User Offline
Joined: 23rd Nov 2014
Location: USA
Posted: 27th Nov 2014 14:02
jamesL -- thanks.

I didn't get AGK2 off Steam but directly from TGC.

Anyone know when non-Steam folks like me might get the VS2013 lib update that the Guide refers to?
paulrobson
10
Years of Service
User Offline
Joined: 22nd Nov 2014
Location: Norfolk, England
Posted: 27th Nov 2014 18:26
Hi, I'd like to know this as well. I can understand why TGC doesn't release the IDE every five minutes but this could be handled by the Install bit on the IDE, couldn't it ?
bjadams
AGK Backer
16
Years of Service
User Offline
Joined: 29th Mar 2008
Location:
Posted: 28th Nov 2014 22:51
i think we will have to wait for a new version of AppGameKit to get the VS2013 libs & template

... unless you want to install Steam
Blue Steel AU
AGK Developer
17
Years of Service
User Offline
Joined: 22nd Aug 2007
Location: Bundaberg, Qld, Australia
Posted: 28th Nov 2014 23:58
from the announcement page on steam
Quote: "
Visual Studio 2013 Now Supported!
24 Nov
We've just released an update for the C++ Tier 2 users.

A new Visual Studio 2013 lib has been added.

There's also a template_windows_2013 project for it.

If you've already installed the C++ libraries to your own folder it won't automatically copy the new files until the next major update.

For now you can copy them immediately with the Tools->Install Additional Files menu option in the IDE.

The AppGameKit Team
"


so it appears to mew that even those not on steam can get the vs 2013 lib and template simple by '

Tools->Install Additional Files->install

or you can wait for the update

pacAged
10
Years of Service
User Offline
Joined: 23rd Nov 2014
Location: USA
Posted: 1st Dec 2014 06:26
Blue Steel AU -- Thanks

After performing the Tools->Install Additional Files->install

I found the /platform/windows/Lib/VS2013/Release directory, but unlike the the VS2008 and VS2010 directories VS2013 does not have a Debug folder.

Is the VS2013 DEBUG version of the AGK2 library available to non-Steam users as well?
pacAged
10
Years of Service
User Offline
Joined: 23rd Nov 2014
Location: USA
Posted: 2nd Dec 2014 00:54
resolved --

Quote: "For now I've added the Visual Studio 2013 libs as an additional download to your products pages, just extract it into your Tier 2 folder and open the new template_windows_2013 project in the apps folder. You can't extract it to a separate folder on its own unless you also change the include paths to point to your Tier 2 folder.

When the next major update is released these libs will be included so this will no longer be necessary. "


template files compile fine for me with both Release and Debug libs
LarryP
13
Years of Service
User Offline
Joined: 3rd Sep 2011
Location:
Posted: 2nd Dec 2014 19:08
I'm not getting the debug build to work. Release works fine but not debug?!

Using VS 2013.
bjadams
AGK Backer
16
Years of Service
User Offline
Joined: 29th Mar 2008
Location:
Posted: 2nd Dec 2014 19:36
Tools->Install Additional Files->install but cannot see VS2013 only VS2010
LarryP
13
Years of Service
User Offline
Joined: 3rd Sep 2011
Location:
Posted: 2nd Dec 2014 19:46
Yep, only 2010. I have a 2013 library from the Steam demo but it's a Release version and not Debug. I don't know what to do. Can't program now until this is resolved.
bjadams
AGK Backer
16
Years of Service
User Offline
Joined: 29th Mar 2008
Location:
Posted: 2nd Dec 2014 20:01
i never used debugs in my life!
i hope we can download the 2013 from somewhere soon, for those like me who do not use Steam
bjadams
AGK Backer
16
Years of Service
User Offline
Joined: 29th Mar 2008
Location:
Posted: 2nd Dec 2014 20:02
they put the vs2013 in the download section! yeah!
LarryP
13
Years of Service
User Offline
Joined: 3rd Sep 2011
Location:
Posted: 2nd Dec 2014 20:09 Edited at: 2nd Dec 2014 22:03
What download section is that?

EDIT: Found it under My Account.
Doz
16
Years of Service
User Offline
Joined: 16th Apr 2008
Location:
Posted: 2nd Dec 2014 20:12
I'll have to look into these libs later, seems very important to get 2013 support running though with Microsoft's announcement of the free Visual Studio 2013 Community for individual developers http://www.visualstudio.com/en-us/products/visual-studio-community-vs

"The trouble with quotes on the Internet is that you can never know if they are genuine." -Abraham Lincoln
bjadams
AGK Backer
16
Years of Service
User Offline
Joined: 29th Mar 2008
Location:
Posted: 3rd Dec 2014 00:09
I managed to get a test compiled without any problems.
Well done TGC!

Login to post a reply

Server time is: 2024-11-25 11:19:44
Your offset time is: 2024-11-25 11:19:44