Re: [hlcoders] MSVCR70 Missing - HL1 Debugging Session

2005-08-10 Thread Jeff Fearn
Sent: Wednesday, August 10, 2005 3:27 AM To: > hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] MSVCR70 Missing > - HL1 Debugging Session > > > Still can't catch exceptions when running HL1 mod in VS .NET 2003 ... > > anyone have any idea what may be causing such a thing? > &g

RE: [hlcoders] MSVCR70 Missing - HL1 Debugging Session

2005-08-10 Thread Alfred Reynolds
for example) to "Stop always". - Alfred Original Message From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Fearn Sent: Wednesday, August 10, 2005 3:27 AM To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] MSVCR70 Missing - HL1 Debugging Session > S

Re: [hlcoders] MSVCR70 Missing - HL1 Debugging Session

2005-08-10 Thread Jeff Fearn
Still can't catch exceptions when running HL1 mod in VS .NET 2003 ... anyone have any idea what may be causing such a thing? Jeff On 8/7/05, Jeff Fearn <[EMAIL PROTECTED]> wrote: > Hi everybody! I have just upgraded to VS .NET 2003, yes I am cutting > edge ;) And I still can not get the debugger

Re: [hlcoders] MSVCR70 Missing - HL1 Debugging Session

2005-08-06 Thread Jeff Fearn
Hi everybody! I have just upgraded to VS .NET 2003, yes I am cutting edge ;) And I still can not get the debugger to catch seg faults :( I can set break points and if they are set before a crash then it will stop and get in to the debugger ok, however if the crash is before the break point then th

Re: [hlcoders] MSVCR70 Missing - HL1 Debugging Session

2005-05-15 Thread Jeremy Swigart
Those DLLs are for VC++ 7.0. My guess is VC6 isn't capable of using them to debug for that reason. I'd really recommend upgrading to 7.0 or 7.1, VC6 truely is one of the worst versions, and nowhere near as standards compliant as 7.0(2002) or 7.1(2003). On 5/15/05, Jeff Fearn <[EMAIL PROTECTED]> wr

Re: [hlcoders] MSVCR70 Missing - HL1 Debugging Session

2005-05-15 Thread Jeff Fearn
On 5/15/05, Adam amckern Mckern <[EMAIL PROTECTED]> wrote: > Just download the dlls' > > You can find them in the zhlt package - > http://downloads.ammahks.com/zhlt/zhlt321.zip (place > them in the system32 folder) > > I dont know why its asking for them, mayb vs6 > downloaded a service pack in the

Re: [hlcoders] MSVCR70 Missing - HL1 Debugging Session

2005-05-15 Thread Adam \"amckern\" Mckern
Just download the dlls' You can find them in the zhlt package - http://downloads.ammahks.com/zhlt/zhlt321.zip (place them in the system32 folder) I dont know why its asking for them, mayb vs6 downloaded a service pack in the background --- Jeff Fearn <[EMAIL PROTECTED]> wrote: > Hi all, I have s

[hlcoders] MSVCR70 Missing - HL1 Debugging Session

2005-05-15 Thread Jeff Fearn
Hi all, I have suddenly started getting MSVCR70.dll missing error when my mod crashes in a debug session. Now obviously I'm trying to debug wtf it is crashing so this is annoying as after this message VC stops the debugging session so I can't find out why it's crashing. HL1, VC6 + SP5, Win2K Full