BUG: Embedding a String Using the /V Compiler Option FailsLast reviewed: April 15, 1996Article ID: Q149856 |
The information in this article applies to:
SYMPTOMSAttempting to embed a character string that contains one or more spaces into an object code (.obj) file by using the /V compiler option causes all the characters following the first space in the character string to be ignored. As a result, the characters are not embedded into the object file.
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 INFORMATION
Steps to Reproduce Problem
print *, 'Embedded Message' end fl32 /V"Embedded String" myfile.for dumpbin /all myfile.obj > myfile.txt
|
Additional reference words: 4.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |