... please wait while loading ...

To view the complete site without permanently having to scroll, your browser-window should be maximized to support your screen-resolution of .
Exchange 2000
Windows NT FAQ answers frequently asked questions

facebook google

  17.376.868 Nedstat Basic - Kostenlose web site statistiken Persönliche Homepage webseite Zähler
Kostenlose Zähler
In memoriam C-BIT Information-Center Hannover (2.241/1075+2.241/1076 - no longer active)
Sicherheitshinweis: Wir weisen vorsorglich darauf hin, dass wir bei der Anmeldung saemtliche automatisch uebermittelten Parameter wie IP-Adresse und/oder Einwahlrufnummer speichern, um uns und unsere Kunden vor Missbrauch zu schuetzen. Selbstverstaendlich werden wir bei Bedarf umgehend strafrechtliche Massnahmen ergreifen, um einen vorliegenden Missbrauch zu ahnden.

FIX: LINK 5.02 Should Not Be Used with ILINK 1.1

Article ID:45536
Last Review:December 2, 2002
Revision:1.0
This article was previously published under Q45536

SYMPTOMS

If the LINK utility version 5.02, which comes as a secondary linker for QuickC version 2.0, is used with ILINK version 1.1, which also comes with QuickC 2.0, floating-point values printed with the printf() function may be printed incorrectly within the QuickC environment. Outside of the environment, the same executable may result in math error M6104.

RESOLUTION

LINK version 4.06 should be used if ILINK is also used. If it is necessary to use version 5.02 of the linker, incremental linking should be disabled from within the environment.

STATUS

Microsoft has confirmed this to be a problem in the LINK utility version 5.02. This problem was corrected in the LINK utility version 5.03.

MORE INFORMATION

The source code below incorrectly prints "FP = 0.00000" instead of "FP = 5.020000".

Sample Code

// Compile options needed: none

#include <stdio.h>

void main( void )
{
   float fp = 5.02F;
   printf( "FP = %f\n", fp );
}
				

APPLIES TO
 Microsoft LINK for MS-DOS


This mirror is sponsored by:
Hansjoerg G. Henker
A-Z Consulting & Development
[455]

Information-Center [11.02.2012 22:29:09]