The information in this article applies to:
SYMPTOMSDeclaring a function with the return type specified in the format INTEGER FUNCTION X()*byte(s) causes the following compiler error message to be generated: Additionally, if the function return type is specified in the format INTEGER FUNCTION X*bytes(s) (), the following compiler error and warning message are generated:
-and-
RESOLUTIONUse the INTEGER*byte(s) FUNCTION () return type format. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONThe following code demonstrates the problem: Sample Code
Additional query words: 4.00
Keywords : kbFortranPS kbLangFortran |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |