PT
Developer Forums
Register
Login
[Archived] AppGameKit Classic Chat
->
Using Visual C++ Express 2008 / 2010
<
1
2
>
H
Hodgey
Joined:
10th Oct 2009
Location:
Australia
Posted:
21st Aug 2011 0:06
@ 3d point in space: I got pre existing progams to work in VS 2010 express by excluding a projectname.rc from the project (I still kept the file). I don't have a clue how dangerous this is but it worked.
@ Bjadams: Thanks, worked like a charm.
3
3d point in space
Joined:
30th Jun 2009
Location:
Idaho
Posted:
21st Aug 2011 23:35
Well know that i got that done I found a bug where the bitmaps or jpegs dont load in c++. I just get a square with a red x in it. and the files are in the same folder. I even tried to include the hole path to where the image was.
3
3d point in space
Joined:
30th Jun 2009
Location:
Idaho
Posted:
21st Aug 2011 23:59
Never mind look at post, make a media file for the program, this will make your program work. Put the folder in the final folder that was created. I show picture of where that folder would be located with reference to the main program.
http://forum.thegamecreators.com/?m=forum_view&t=188421&b=41
C
chunks chunks
Joined:
2nd Jan 2007
Location:
ackworth uk
Posted:
23rd Aug 2011 14:39
@mike Is the fixes for the templates ready yet ?
M
Mike Johnson
Joined:
13th Sep 2002
Location:
United Kingdom
Posted:
23rd Aug 2011 14:55
Yes and all the files are in place. Just waiting for confirmation that they can go live.
C
chunks chunks
Joined:
2nd Jan 2007
Location:
ackworth uk
Posted:
23rd Aug 2011 18:39
thanks for info .
chunks
W
wownice908
Joined:
19th Aug 2011
Location:
Posted:
24th Aug 2011 9:54
Visual C++ 2010 Express is part of the Visual Studio 2010 Express family, a free set of tools that Windows developers at any level can use to create custom applications using basic and expert settings. Visual C++ is a powerful language that is designed to give you deep and detailed control when you build either native Windows (COM+) applications or .NET Framework managed Windows applications.
M
Mobiius
Joined:
27th Feb 2003
Location:
The Cold North
Posted:
24th Aug 2011 15:28
@wownice...... Wow! The information you provide is almost google like! I'd swear you were some sort of evil robot thing!
S
SPARTAN 31337
Joined:
23rd Jun 2007
Location:
Posted:
27th Aug 2011 11:52
I am not a C++ coder, but I do have VS2010 Pro (under BizSpark).
If anyone would like to explain exactly how I setup a 2010 project/solution to work with AppGameKit, then I can send the resultant project/solution to whomever needs it.
B
Bored of the Rings
Joined:
1st Jan 1970
Location:
Oblivion
Posted:
11th Sep 2011 11:56
Going back to Mike Johnson's comment regarding the linker options
* edit project settings and ignore atls.lib and atlsd.lib in the linker
.
If you are using Visual Studio Express 8, you need to separate the lib names by semi-colons. The examples were then compiling ok.