Board index » delphi » Latest range of fast machines and error 200
Ian Ston
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
|
Ian Ston
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Latest range of fast machines and error 200
Folks
Has anyone else had problems with some Turbo Pascal code not loading on Ian Stone |
Ian Ston
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Latest range of fast machines and error 200Folks Has anyone else had problems with some Turbo Pascal code not loading on Ian Stone |
Ian Ston
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Latest range of fast machines and error 200Folks Has anyone else had problems with some Turbo Pascal code not loading on Ian Stone |
Osmo Ronkan
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Latest range of fast machines and error 200In article <35D1E5AE.21CD...@which.net>, Ian Stone <ian.st...@which.net> wrote: Quote>Folks has ever used TP on a fast machine. Now think again. Osmo |
Ing. Franz Glase
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Latest range of fast machines and error 200QuoteIan Stone wrote: Regards, Franz Glaser |
Timo Sal
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Latest range of fast machines and error 200In article <35D1E5F4.6FAE...@which.net>, Ian Stone <ian.st...@which.net> wrote: :Has anyone else had problems with some Turbo Pascal code not loading on :the latest high speed machines. I am getting error 200 (divide by zero) :messages from some code. On some machines this happens every time and 124) Curing Crt initialization runtime error 200 on fast machines 149061 Jul 19 1998 ftp://garbo.uwasa.fi/pc/link/tsfaqp.zip All the best, Timo .................................................................... Spam foiling in effect. My email filter autoresponder will return a |
Dr John Stockto
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Latest range of fast machines and error 200JRS: In article <35D1E5AE.21CD...@which.net> of Wed, 12 Aug 1998 19:57:51 in comp.lang.pascal.borland, Ian Stone <ian.st...@which.net> wrote: Quote>Has anyone else had problems with some Turbo Pascal code not loading on Pascal Start-Up Error 200 on fast PCs when using the Crt unit is a VFAQ! Read the many earlier postings in the comp.lang.pascal.borland (Frank H, -- |
Frank McCormi
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Latest range of fast machines and error 200ian.st...@which.net wrote in a message to All: iw> Folks iw> Has anyone else had problems with some Turbo Pascal code not iw> Ian Stone Not again! NOOOOOOOO! frank_mccorm...@radio-canada.ca |
David Wilkinso
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Latest range of fast machines and error 200Yes I had this proble when I changed to a 266 MHz m/c with Turbo Pascal. Ring Borland and complain. They will send you a fix for it. This works but is a bit tedious to remember to put into each program. The best thing to do is to give up Turbo Pascal and go over to Delphi. Once you get used to the interface it is a vast improvement. You can still write all your Pascal programs just the same. Just ignore all the database bits that Borland think it is supposed to be for and keep writing Pascal. As someone once said, slightly off subject, A good programmer can write Fortran in any language. In article <aea_9808152...@mnet.pubnix.ten>, Frank McCormick <has.no.ema Quote>ian.st...@which.net wrote in a message to All: David Wilkinson |
Osmo Ronkan
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Latest range of fast machines and error 200In article <MabbiPAUka51E...@quarksoft.demon.co.uk>, David Wilkinson <Da...@quarksoft.demon.co.uk> wrote: Quote>Yes I had this proble when I changed to a 266 MHz m/c with Turbo Pascal. not one of them. One can fix the error by simply using the following unit before the CRT. Unit Fdelay; { Use this before CRT } interface const dfix:word=1; { call delay() dfix times } implementation uses dos; procedure oldints; assembler; { "variables" in the code segment } Procedure error; Procedure Int0; assembler; { Int21h handler removes the int0 handler (as well as itself) from the Procedure Int21h; assembler; push es; push si; push di mov di,$21*4 @old: db $2e,$ff,$2e { jmp far indirect cs:[oldints+4] } type tr=record int0,int21:pointer; End; begin SetIntVec(0,@int0); Osmo |
1. ERROR loading C++ on Machines faster than 200 MH
3. Runtime Error 200 on High Mhz NT Machines ??????
4. BPC7: Runtime Error 200 on fast computers
5. >200 MHZ, 200 error continued ...
6. Q: PENTIUM II machines and RTE 200
7. Fast Access To MS Access 200 w/o Jet Engine In ADO
8. Fast cursor blinking rate on fast machines?
9. rdelay10.zip Prevent the divide-by-0 Crt error on fast machines