Well I'll be damned.. that did it.. lmao
|
========== Build: 23 succeeded, 0 failed, 0 up-to-date, 1 skipped ==========
|
You ROCK my friend. Thank you very much! Thanks everyone that threw some info in there and for all your hard work on here. You are all awesome.
|
Oh, 1 more question, if I make changes to the zone file, do I need to replace any other exe files besides the zone one in my server folder?
|
Or is it all the files in the debug folder? I honestly dont remember, lol
|
It depends on your build type where your files are dumped.
I would do a Build all after making any changes. If (and only if) one project builds, you can probably get away with only replacing that bin - such as zone.exe. I would replace the pdb file too for debug info. In VS, you can do a Clean, then Build .. that's the same as just clicking Rebuild. But, if you only do a Build, it will use existing obj files (pre-compiled code chunks) and it will be a lot faster. You may, on occasion run into an issue with LNK errors when doing this..which can be resolved by doing a Clean, then Build. That usually only happens when you have something declared in the obj files .. but, somehow remove its definition - very rare, though. |
awesome, I really appreciate the info. Gonna back up my server files just in case lol. I tend to screw things up quite more often than not, haha.
|
All times are GMT -4. The time now is 01:50 PM. |
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.