Board index » delphi » Windows 2000 / BP 7.0
rgo...@toyon.com (Randy Goetz)
![]() Delphi Developer |
Mon, 28 Jun 2004 01:51:45 GMT
|
rgo...@toyon.com (Randy Goetz)
![]() Delphi Developer |
Mon, 28 Jun 2004 01:51:45 GMT
Windows 2000 / BP 7.0
I have an application that is compiled under Borland Pascal 7.0. I
recently ran it under Windows 2000. The app works fine, but when I close it, I get an error message that it caused a General Protection Fault. Is there something that could be causing this? Any suggestions on how Thanks |
jrlat..
![]() Delphi Developer |
Tue, 29 Jun 2004 14:51:18 GMT
Re:Windows 2000 / BP 7.0In article <24f624e1.0201090951.11798...@posting.google.com>, QuoteRandy Goetz <rgo...@toyon.com> wrote: Quote> Any suggestions on how to work around this (maybe a PIF file, or some -- |
Stephe
![]() Delphi Developer |
Tue, 29 Jun 2004 23:14:18 GMT
Re:Windows 2000 / BP 7.0Quote<jrlat...@shell.golden.net> wrote in message Quote> In article <24f624e1.0201090951.11798...@posting.google.com>, lights.. err.. or a newsgroup...Is come up with a reply that has really little use. Randy> Load up BP7, load your program, set breakpoints at where your Quote> > Any suggestions on how to work around this (maybe a PIF file, or some |
jrlat..
![]() Delphi Developer |
Wed, 30 Jun 2004 00:21:19 GMT
Re:Windows 2000 / BP 7.0In article <ViD%7.15111$p04.3911...@news20.bellglobal.com>, QuoteStephen <idontk...@somewhere.asdf> wrote: In your case do we have to enumerate each step? Let's see ... turn on the computer ... Quote>> > Any suggestions on how to work around this (maybe a PIF file, or some john R. Latala jrlat...@golden.net |
Stephe
![]() Delphi Developer |
Wed, 30 Jun 2004 00:27:10 GMT
Re:Windows 2000 / BP 7.0Quote<jrlat...@shell.golden.net> wrote in message Quote> In article <ViD%7.15111$p04.3911...@news20.bellglobal.com>, that basic. Maybe the thought to debug top to bottom didn't occur to him? - Hide quoted text - - Show quoted text - Quote> Let's see ... turn on the computer ... |
Stephe
![]() Delphi Developer |
Wed, 30 Jun 2004 00:33:32 GMT
Re:Windows 2000 / BP 7.0And ya know, thinking about my atypical problems, perhaps its a case of a bad EXE.. Or, a memory problem. Maybe the PIF/LNK did get screwed up and doesn't have a lot of memory to play with. Maybe the EXE is doing something that worked in real time and was handled properly, but, Windows itself pukes because of it? What if its just something as simple as a recompile under Win2K for it to work? What if theres something seriously wrong with the code and it was just a CHANCE that it worked in real time versus emulated DOS? The problem can be of many faces. Saying the program is broke is VERY obvious considering that he wrote the originating message STATING such a thing! Quote<jrlat...@shell.golden.net> wrote in message Quote> In article <ViD%7.15111$p04.3911...@news20.bellglobal.com>, |
jrlat..
![]() Delphi Developer |
Wed, 30 Jun 2004 07:26:02 GMT
Re:Windows 2000 / BP 7.0In article <bvE%7.15271$p04.3956...@news20.bellglobal.com>, QuoteStephen <idontk...@somewhere.asdf> wrote: in Win'95 it has to be a bug free program so it should also work in Win2000." Just because both operating systems are called WINXXXX, where XXXX is |
Konstantin V. Varyono
![]() Delphi Developer |
Thu, 01 Jul 2004 02:19:48 GMT
Re:Windows 2000 / BP 7.0Randy Goetz <rgo...@toyon.com> wrote in <24f624e1.0201090951.11798...@posting.google.com> Quote> I have an application that is compiled under Borland Pascal 7.0. I <========= from help =========> This error results if you try to access memory that is not legal for your The following practices cause GP faults: _ Loading constant values into segment registers _ Performing arithmetic operations on segment registers of selectors _ Using segment registers for temporary storage _ Writing to code segments _ Accessing memory beyond the local address space given to your _ Derefencing nil pointers Also You didn't say at what mode you compliled your program :) -- |
Timothy Redike
![]() Delphi Developer |
Wed, 07 Jul 2004 12:11:21 GMT
Re:Windows 2000 / BP 7.0I have found a similar problem with an old version of a cad/cam system for Windows For Workgroups that was being used under Win9x. This software couldn't utilize the Minimize/Restore/Close buttons in the upper left corner to exit. Every time I closed out this way, I got a general protection fault. I am not sure of a fix, but the cad/cam software did have it's own dos-style menu that had an exit command. FYI, Quote"Randy Goetz" <rgo...@toyon.com> wrote in message Quote> I have an application that is compiled under Borland Pascal 7.0. I |