I thought I was using the std libs? The only thing i can think of is perhaps im using the old header files <iostream.h> not <iostream>. Like I said beofre. I rebuilt my project from the stock SDK so no project settings are changed. Only the code.
Quoting "Jeffrey \"botman\" Broome" <[EMAIL PROTECTED]>: > [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 > > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

