Re: [vos-d] struggling with Windows...

2005-08-15 Thread Peter Amstutz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 14 Aug 2005, res wrote: Don't know if you have tried yet, but check out gdb-6.3 (from mingw.org, a bit down the downloads list). I had to do some (little) debugging recently, and while gdb-5.something failed to get CS plugin debug info, 6.3

Re: [vos-d] struggling with Windows...

2005-08-15 Thread Hugh Perkins
msvcrt.dll is the old pre-.net dll, msvcr71.dll is the .net dll The import libraries have teh same name in each case (msvcrt.lib, msvcprt.lib) but point towards a differently named dll, one of those above, depending on the compiler version.On 8/15/05, Peter Amstutz [EMAIL PROTECTED] wrote:

Re: [vos-d] struggling with Windows...

2005-08-15 Thread Hugh Perkins
It's almost like Microsoft is trying to discourage distributed development (typical of free software) Yeah, it sucks, but hey theres a lot of people out there using Windows, and thats not going to change overnight. Hi Hugh, haven't heard from you in a while.Last I heard you had been sucked

Re: [vos-d] struggling with Windows...

2005-08-15 Thread res
On 15.08.2005 18:12, Peter Amstutz wrote: SIGTRAP: Invalid Address specified to RtlFreeHeap( XX, XX ) I thought maybe it was the multiple-heaps issue with Windows DLLs, except that a) I can continue and it doesn't crash and b) I'm pretty sure mingw compiles everything against the