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.
|