Computing.Net > Forums > Disk Operating System > Error R6002

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Error R6002

Reply to Message Icon

Name: Elsa
Date: November 16, 2000 at 16:59:38 Pacific
Comment:

Error R6002 after trying to run Dos program
Dos v 5.0



Sponsored Link
Ads by Google

Response Number 1
Name: Tony
Date: November 17, 2000 at 08:22:24 Pacific
Reply:

Is someone paying you to use DOS, get the new 64bit UNIX or Linux running. That error more redundant than DOS 5.0.


0

Response Number 2
Name: spacedragonfly
Date: January 9, 2001 at 14:15:43 Pacific
Reply:

Error R6002 is a C run-time library error relating to missing floating-point components within the EXE. Since it is the EXE that is defective (missing software routines), you will not be able to use the features that are causing the error. Likewise, there is nothing you can do to configure your system to avoid the error. Contact the software developer/publisher and notify them of
"C Run-Time Error R6002 floating-point support not loaded

The program needs the floating-point library, but the library was not linked to the program.

One of the following may have occurred:

The program was compiled or linked with an option (such as /FPi87) that required a coprocessor, but the program was run on a machine that did not have a coprocessor installed.
A format string for a printf or scanf function contained a floating-point format specification, and the program did not contain any floating-point values or variables.
The compiler minimizes a program's size by loading floating-point support only when necessary. The compiler cannot detect floating-point format specifications in format strings, so it does not load the necessary floating-point routines.

Use a floating-point argument to correspond to the floating-point format specification, or perform a floating-point assignment elsewhere in the program. This causes floating-point support to be loaded.
In a mixed-language program, a C library was specified before a FORTRAN library when the program was linked. Relink and specify the C library last."

(as taken from the Microsoft Visual C/C++ 1.5 help file).


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: Error R6002

Error Code trying to run a DOS program www.computing.net/answers/dos/error-code-trying-to-run-a-dos-program/3769.html

Disk I/O error www.computing.net/answers/dos/disk-io-error/14834.html

Novel Netware DOS Driver disk ERROR www.computing.net/answers/dos/novel-netware-dos-driver-disk-error/7537.html