PSS ID Number: 120395
Article Last Modified on 11/2/1999
The information in this article applies to:
- Microsoft FORTRAN PowerStation for MS-DOS 1.0
This article was previously published under Q120395
SYMPTOMS
When you build a debug version of an application with FORTRAN PowerStation
for MS-DOS version 1.0 (PS 1.0) and include object modules (.OBJ) compiled
with FORTRAN PowerStation for MS-DOS version 1.0a (PS 1.0a), the following
errors may be generated:
Assertion failed: i != C7FIXUPSYMCNT, file symbols7.c, line 314
-or-
CVPACK : fatal error CK1010: symbol error in module;
contact Microsoft Product Support Services
-or-
***** Linker INTERNAL ERROR during EmitCodeView *****
Command line error D2027 : cannot execute 'C:\F32\BIN\link32.exe'
CAUSE
The versions of CVPack and Link32 included with PS 1.0 may not be able
handle the debugging information appended to object modules by the PS 1.0a
compiler. PS 1.0a inserts debug information into the object module when you
use the compiler options /Zi and /Zd, as expected, but also inserts some
debug information when you use the /Ox compiler option.
RESOLUTION
Call Microsoft support, (425) 635-7015, and ask for the free update to
Microsoft FORTRAN PowerStation for MS-DOS version 1.0a.
While using PS 1.0 do not build in debug mode or do not include object
modules from PS 1.0a that have debug information.
Re-compile the object modules from PS 1.0a without using options /Ox,
/Zi, or /Zp.
Additional query words: 1.00 1.00a compile link failure
Keywords: KB120395
Technology: kbAudDeveloper kbFORTRANPower100DOS kbFortranSearch kbZNotKeyword3