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.
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.
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
Posted: 23rd Aug 2011 14:39
@mike Is the fixes for the templates ready yet ?
Posted: 23rd Aug 2011 14:55
Yes and all the files are in place. Just waiting for confirmation that they can go live.
Posted: 23rd Aug 2011 18:39
thanks for info .

chunks
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.
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!
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.
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.