Instead of being a leecher, I want to edit the source. I can't download VS2003, so I downloaded VS2010, but when I open All.sln I get a whole bunch of errors.
Is it possible to compile the FlyFF source with VS2010?
Printable View
Instead of being a leecher, I want to edit the source. I can't download VS2003, so I downloaded VS2010, but when I open All.sln I get a whole bunch of errors.
Is it possible to compile the FlyFF source with VS2010?
Nope it's 2003/2005 but I'm not sure of 2005 but definitely sure about 2003.
Where can I get VS2003? I've googled for it, but no luck so far (trial version, I'll get full after that).
Posted via Mobile Device
how can i run vs 2003 in win7 x64 bit?
download .net 1.1 and .net 1.1 sp1 then follow this steps
Create a new folder named DotNetin C:\ drive (C:\DotNet is used in this guide, you can change to any folder you prefer, but ensure that you use correct path in the following steps).
Download Microsoft .NET Framework 1.1 Redistributable Package (dotnetfx.exe ). Make sure the setup file is saved asdotnetfx.exe .
Download Microsoft .NET Framework 1.1 Service Pack 1 (NDP1.1sp1-KB867460-X86.exe ). Make sure that the file is renamed and saved asdotnetfxsp1.exe , so that the rest of the steps can be followed easily.
Move both installation files into the same directory (i.e. C:\DotNet), if you’re not saving them together.
Open command prompt as Administrator .
Change to the directory where the two installation setup files for .NET 1.1 are saved (i.e. C:\DotNet).
Run the following commands one by one, press Enter after each one.
dotnetfx.exe /c:"msiexec.exe /a netfx.msi TARGETDIR=C:\DotNet"
Then click on “Yes” when prompted to answer “would you like to install Microsoft .NET Framework 1.1. Package?”
dotnetfxsp1.exe /Xp:C:\DotNet\netfxsp.msp
msiexec.exe /a c:\DotNet\netfx.msi /p c:\DotNet\netfxsp.msp
Install Microsoft .Net Framework 1.1 with slipstreamed/integrated Service Pack 1 by running netfx.msi created in the working folder.
once you installed .net 1.1 on win 7, you may install vc2003 with no errors
I think it's posible to compile with 2010 if you fix the errors.