fodev.net

FOnline Development => Questions and Answers => Topic started by: hexer on March 10, 2014, 02:18:35 pm

Title: Visual Studio 2010
Post by: hexer on March 10, 2014, 02:18:35 pm
I have to make changes to fonline_tla.cpp and compile it. AFAIK I must have Visual Studio 2010. Is there an alternative way to compile it? VS2010 is $1000 at its cheapest!
Title: Re: Visual Studio 2010
Post by: Realism on March 10, 2014, 03:39:37 pm
I think you can compile it with visual studio express. If you have an old SDK version you'll also have to compile stlport ;D
AFAIK that is not an easiest thing to do with vc2012 or newer...

I would recommend vc2008 because you'll be able to use intellisense with .fos scripts.
Title: Re: Visual Studio 2010
Post by: hexer on March 11, 2014, 12:45:18 pm
Thanks, I will try it out.