View Single Post
  #6  
Old 11-04-2004, 12:14 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

You can generally ignore warnings, '/Ob2' is probably an optimisation parameter that VS Net 2003 uses, but VC6 doesn't know about.

As for changing source files, in VS Net 2003, if you open Server.dsw and change a file and click on build solution, it will rebuild emusharemem.dll, zone and/or world as required, depending on which files you edited.
Reply With Quote