Hi,
I have a C library that I use with assembler. It builds fine, and works fine when included in assembler code, but when I use linker option /debug, it chokes:
LINK 6.14: fatal error LNK1000: unknown error; consult documentation for technical support options
POLINK: fatal error: Unknown kind (0x0) of CodeView symbol in object 'tinf.lib(tmp.obj)'
No such error with /debugtype:coff, but Olly can't handle that option.
Any ideas? Using a more recent link.exe version is not a good option, because I'd like to maintain compatibility with Masm32.
P.S.: It works better with Pelles C, but the resulting code is much slower :(