Board index » delphi » PASDBK16.DLL caused a GPF
P Jean-dit-Bailleul
![]() Delphi Developer |
Mon, 31 May 1999 03:00:00 GMT
|
P Jean-dit-Bailleul
![]() Delphi Developer |
Mon, 31 May 1999 03:00:00 GMT
PASDBK16.DLL caused a GPFWhen a start an progran i have the following message : "PASDBK16.DLL Does anyone have any suggestion about this error? ---------------------------------------------- Tel : (819) 565 9174 ext 251 |
oneey
![]() Delphi Developer |
Mon, 31 May 1999 03:00:00 GMT
Re:PASDBK16.DLL caused a GPFQuoteP Jean-dit-Bailleul wrote: solid. I have talked to many people report the same problem. ALWAYS it turns out to be one of two reasons: (about 30 cases) 1) buggy code 2) poor video driver (setting to the standard VGA will clear this up) I have never seen a case where the de{*word*81} caused the problem. 1i |
Paul Billing
![]() Delphi Developer |
Fri, 04 Jun 1999 03:00:00 GMT
Re:PASDBK16.DLL caused a GPFQuoteoneeye wrote: you suggest, it MAY be a video driver problem, but I'm not about to develop in 640x480. I have a hard time believing it's the vid when only F7 kills it, and run combined with a breakpoint at function entry doesn't. I set the environment to save editor files on run, try to avoid F7 out Paul |
Bob Richards
![]() Delphi Developer |
Sat, 05 Jun 1999 03:00:00 GMT
Re:PASDBK16.DLL caused a GPFIn article <32B59CAF.5...@topia.com>, p...@topia.com says... Quote
to remember to SAVE PROJECT before I F7 to another module. Sometimes I can recover by merely exiting from Delphi, and then reentering. Often it is necessary to reboot .... and we know how much time that can take. I sure hope Borland solves this one soon. The problem is NOT buggy code. IMO it's a Borland problem that can be avoided. While stepping through the code with F7's, when you get to a procedure (or end of a procedure) and are about to be sent to another module, go there yourself (by clicking on the first line of code to be run in the new module) and hit F4. This way you can continue tracing without a problem. |