fodev.net
FOnline Development => Questions and Answers => Topic started 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!
-
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.
-
Thanks, I will try it out.