PDA

View Full Version : Need help for 5.7 DR2


Nazareth66
05-09-2004, 11:01 AM
Ok, I am new to compiling with eqemu, but I have some knowledge of visual c++ 6.0. I followed Merth's guide on setting up a 5.0 server. Had no problems or errors until I got to the C++ compiling, I Compiled EMuShareMem.dsp with 0 errors, then I was like this is easy enough. Then I get to compiling world, and find there is no World.sln in my cvs newsource folder... also the same for my zone folder, so now I am stuck... what do I need to compile in them two folders? or am I missing something? any help would be great.

I am using Microsoft visual c++ 6.0 and 5.7 DR2.

Thanks in advance 8)

Sith_Lord
05-09-2004, 08:21 PM
a .sln is a visual studio solution file. It probably isnt there because World wasnt written using VS? I _think_ you should be able to create your own - create a new solution, call it world, then add all the existing C++ files as a part of that solution. Compiling that up may work. Or it may not.

mikenune
05-09-2004, 11:20 PM
There should be a single .SLN file in the root folder that will load all three programs into Visual Studio. Don't remember what it's called offhand though.

I'm not sure if it's compatible with VS 6 or not though since it's now written/updated in VS .NET (2003).

maximo
05-09-2004, 11:29 PM
server.sln iirc