Posted: 8th Sep 2011 22:47
Hello

I think there is some things I don't understand. I read a topic about some problem with tiers 2 and windows native samples but it seems that the 1036 version correct them so I don't know.

I installed Visual Studio 2010 Express. When I open a projet with it (a sample for example), it opens all the samples.....so ok.

But I can't start the sample I want to see, this is all the time the same that starts.

I have severals error too in the "compiler log".

So I think there is something I do wrong.

My question is : which file I have to open to make samples work ? and how can I choose which projet I want to start ?

I try with samples that are in the VS2010 folder.

Thank you in advance.
Posted: 9th Sep 2011 9:26
there is nothing wrong.

you just have to set that sample as the default project and then compile & run that project only, not all projects
Posted: 9th Sep 2011 9:56
If you have errors when compiling please post the log here so we can find out what is going wrong.
Posted: 9th Sep 2011 10:05
Oki I will try this evening.

But when I set a project to be the default project, when I click on the green arrow this is always the same that starts, I don't understand lol.

There are several files we can open with vc++. We have to open vcproject or sln ?

When I want to open something, vc++ always want to convert the project is it normal ? (VS2010) folder)

I will try again this evening (time zone France lol).

Thank you for your help.
Posted: 9th Sep 2011 10:21
I was also wondering how to do this.

I tried building the particles explosion example in VSC++ 2010 Express. There were a bunch of warnings, but they were all ignored and the build was successful. In the window where the warnings are displayed was also displayed where to find the .exe file, which was in C:\Program Files\The Game Creators\AGK\Projects\Native\Windows_VS2010\Final.

The .exe was in there, I moved it to a folder on the desktop, and I also moved the two .png files the program uses, and it ran perfectly.

There were over 100 files in there, some related to the particle explosion program, and a bunch of others, I guess from my other build attempts. So I deleted the "final" folder and built the project again, this time there were only 17 items in the folder, all having to do with the particle explosion project.

So, it worked for me, and I've never used VSC++ 2010 before!
Posted: 9th Sep 2011 10:25
But normaly we can run project inside vc++, I believe.
Posted: 9th Sep 2011 10:57
Just do a CLEAN and all extra and temp files will be removed
Posted: 10th Sep 2011 12:24
Hi,

Why I do a clean, I can select the projet I want to launch making it the "first project" of the solution.

But I have this warning :

037 Box2D - Box2D.exe' : Charg? 'C:\Windows\SysWOW64\AudioSes.dll', Cannot find or open the PDB file


What's wrong ?
Posted: 11th Sep 2011 20:34
Anyone has an idea ?

Thank's in advance

PS : On my previous post, replace "Why" by "When"
Posted: 12th Sep 2011 9:48
No need to be concerned about those warnings - they are normal.
Posted: 12th Sep 2011 10:34
Oki thank's