Expand Minimize
This topic has not yet been rated - Rate this topic

Compiler Warning (Level 1) C4734

Error Message

More than 64k line numbers in a COFF debug info section; stop emitting COFF debug line numbers for module 'module'

COFF format does not allow storing more than 64K lines in COFF debug info.

To resolve this warning, do not emit debug info for module, or decrease the amount of code in the file by putting the code into two files.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.