1

Topic: I need your help about compiling...

Hi again.
I installed visual C++ 10 EXPRESS ;
And Bam 0.4.0 ;
And Pyton 2.7.
But when I want to compile bam ; It says "You need Microsoft Visual Studio 8 or 9 installed"
In my PC I changed windows . Since I do that this problem happens.
But in My Lap-Top (win 7 -> laptop , win xp -> pc) I still compile teeworlds srcs and i don't have any problem.
But in my laptop I installed VISUAL STUDIO.
Do I have to Install Visual STUDIO in my pc to be able in compiling bam/tee ... ?

2

Re: I need your help about compiling...

The express version is enough, but you'd rather have 8 or 9. 10 might be working with some path changes, dunno.

Not Luck, Just Magic.

3

Re: I need your help about compiling...

Open the Visual Studio Command Line and navigate to the bam folder with the "cd" command.
Then open the make_win32_msv.bat inside that console.
Or you can change the path inside the make_win32_msvc to match with the visual studio 10 path.

4 (edited by 2013-01-11 14:13:09)

Re: I need your help about compiling...

ahah.
Let me see

Excuse me neutral
Can you give me an example ?
My Visual C++'s path is : E:\Program Files\Microsoft visual studio 10.0
And Bam is : C:\bam
What should I do ?