The information in this article applies to:
SYMPTOMSAn attempt to link Visual C++ 2.0 objects using the FORTRAN PowerStation 1.0 linker fails giving this CVPACK error: The xx is the base name of the Visual C++ .OBJ file and the error indicates that the linker cannot read the debug information in the Visual C++ object. CAUSE
Microsoft Visual C++ 2.0 takes advantages of a new debug information format
(the PDB file), which is not available with the linker shipped with
Microsoft FORTRAN PowerStation 1.0.
RESOLUTION
There are two ways to work around this problem. If you want to use the
FORTRAN PowerStation 1.0 linker, you must compile your C/C++ programs with
the old style (CV4) debug information. To do this, use the '-Z7' switch,
instead of the '-Zi' switch on the Visual C++ command line. The debug
information, from your C object, is now in the CV4 format recognizable by
the FORTRAN PowerStation linker. This will allow you to debug the
executable from FORTRAN PowerStation 1.0.
Additional query words:
Keywords : |
Last Reviewed: October 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |