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.:
runtime error R6002
- floating point not loaded.
That means your program (or runtime) was compiled to run with math coprocessor only and machine does not have 80x87 math coprocessor.