The information in this article applies to:
SYMPTOMSUsing Microsoft Codeview for Windows versions 3.x under Windows 3.1 to debug Microsoft FORTRAN 5.1 Windows DLLs that have been called by C applications can hang the machine if the CALL menu is selected or the stack trace command, K, is entered in the command window. CAUSEThere is a problem in the CodeView for Windows FORTRAN expression evaluator that is incorrectly accessing the stack. RESOLUTIONIf a stack trace is desired, enter the command use cin the command window. This will cause CVW to use the C expression evaluator. To return using the FORTRAN expression evaluator type use fortranin the command window. STATUS
Microsoft has confirmed this to be a problem in FORTRAN version 5.1.
MORE INFORMATIONTo duplicate this problem, build the MULMIX_D project that is provided in the FORTRAN 5.1 samples subdirectory. There is a makefile that is provided called MULMIX_D.MAK. The makefile assumes that C 6.0 will be used. Using C/C++ 7.0 to build the application and DLL avoids the problem because there is no FORTRAN expression evaluator for the 4.0 versions of CV or CVW which are provided with C/C++ 7.0. Additional query words: 5.10
Keywords : |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |