Author Topic: Visual Studio 2010  (Read 1607 times)

Visual Studio 2010
« 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!

Re: Visual Studio 2010
« Reply #1 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.
« Last Edit: March 10, 2014, 04:11:17 pm by Realism »

Re: Visual Studio 2010
« Reply #2 on: March 11, 2014, 12:45:18 pm »
Thanks, I will try it out.