View Single Post
  #6  
Old 09-28-2003, 05:43 AM
Merth
Dragon
 
Join Date: May 2003
Location: Seattle, WA
Posts: 609
Default

VC6 doesn't use the .sln files, it uses the .dsw (and .dsp).

If you compiled to a Release configuration, the name of the executables will be World.exe and Zone.exe.

In VS.NET, it compiles the binaries to ../build/ relative to the project directory.
Reply With Quote