[EMAIL PROTECTED] wrote:
lately i have not been able to debug correctly because whenever I get a crash visual stuio tells me it cant find some stupid dll file called msvcr70.dll.
You should use the Visual C++ Debug Runtime libraries...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/html/_core_c_run.2d.time_debug_libraries.asp
...then you will have source code in your traceback and can see where you are going wrong.
-- Jeffrey "botman" Broome
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

