search for: turbodebugger

Displaying 3 results from an estimated 3 matches for "turbodebugger".

2001 Aug 31
1
GetWindowLongA
...ains a pointer by calling GetWindowLongA() with offset param = 0, and dies after accessing it, since GetWindowLongA returns 0. this happens under wine; under win98SE the same function call returns a valid pointer. we tried executing step by step the GetWindowLongA function, but the debugger (TurboDebugger 5.5, the most decent we found, if you know a better *free* choice, please let us know) refuses to trace into USER32.DLL. any suggestion? are there more possibilities that wine's GetWindowLongA is buggy, or the bug is elsewhere (i.e. some other function corrupts the *WND structure or inits...
2006 Jul 09
16
Running Turbo C
I must run Turbo C for the university. The install seemed to go alright, but when I try to run it I get: $ wine TC.EXE Warning: unprotecting memory to allow real-mode calls. NULL pointer accesses will no longer be caught. err:module:MZ_DoLoadImage insufficient DOS memory winevdm: can't exec 'C:\tc\BIN\TC.EXE': error=8 What should I do? I've 512 MB RAM- I can't imagine
2001 Dec 11
0
VirtualProtect and app crash: what's your interpretation?
...r ; actually sets PAGE_NOACCESS from the beginning of a segment to the end of the segment. That segment is at 0x1000, and the next segment in the array starts at 0x359000. At this point I'm totally nonplussed. Does anyone know of an NT/2000 debugger that works? I tried Borland's free TurboDebugger 5.5 but that failed to run the program. --Rob