I am using the Stonybrook Modula2 compiler/linker and when I try to add
a reference to the Microsoft HTML help library (htmlhelp.lib), it asks
for uuid.lib. I tried adding various versions of the uuid.lib file,
but then the linker aborts with a nasty error about an invalid debug
record, as follows:
Error in object module: release/init.obj
In record starting at: 00002585
Fatal Error: No .bf index for debug function
sblink-> Linker exception
.... Error(s) in build (0:02) ...
Object file is corrupt
.... Synchronizing with all build operations ...
Has anyone else successfully linked in HTML help with M2?