Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem starting BC.Exe in DOS 5.02
#5
(06-08-2023, 04:55 AM)eoredson Wrote: We are trying to run certain .exe programs on a IBM 486 running DOS 5.02 to make sure they are backwards compatible. When attempting to compile an QBasic 4.5 program with BC.EXE we get the following error and would like to know how to solve it.: 

Code: (Select All)
runtime error R6002
- floating point not loaded
Note: This is not a Windows error and we have all the necessary drivers loaded.
Are you attempting to execute a QB64 program on your 486 or do you have old QuickBasic software you are trying to compile?

If it's QB64 then it's not going to work. QB64 was never meant for DOS.

If it's original QuickBasic (Qbasic) source then the error is associated with the FPU (math co-processor). Do you have a 486SX or 486DX? The 486SX does not have a built in FPU but the 486DX does. Here are some switches for the basic compiler that may help to get rid of the error:

https://jeffpar.github.io/kbarchive/kb/043/Q43090/

There are a few switches that deal with floating point and FPU emulation.

You may also have a corrupt compiler. Here is the download for QuickBasic 4.5:

https://winworldpc.com/product/quickbasic/45

And the Microsoft Basic Compiler:

https://winworldpc.com/product/microsoft...ompiler-60
New to QB64pe? Visit the QB64 tutorial to get started.
QB64 Tutorial
Reply


Messages In This Thread
Problem starting BC.Exe in DOS 5.02 - by eoredson - 06-08-2023, 04:55 AM
RE: Problem starting BC.Exe in DOS 5.02 - by TerryRitchie - 06-08-2023, 11:37 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  I'm looking for suggestions to solve the problem! Petr 10 685 02-05-2026, 04:56 PM
Last Post: ahenry3068
  Nth problem with hardware images Ikerkaz 9 507 01-23-2026, 02:58 PM
Last Post: bplus
  Install problem...... jssantoro 6 397 12-17-2025, 08:31 PM
Last Post: madscijr
  maths problem with percentage pmackay 3 543 09-04-2025, 09:57 AM
Last Post: pmackay
  Problem with font in Teletext browser. SquirrelMonkey 7 763 08-27-2025, 11:38 AM
Last Post: BDS107

Forum Jump:


Users browsing this thread: 1 Guest(s)