Error: 'scrnsave.lib' contains invalid OMF record, type 0x21
i also tried using coff2omf, although i'm not sure if that's the program i
need, and i don't know anything about coff's or omf's, so i don't know how
to use it, but i couldn't solve anything with it...
anyone have any suggestions?
One way I found around this problem is a utility which comes with borland,
which will scan the dll for exports and create a new lib file which you can use
to link. Unfortunately I connot remember the name of the utility, because I
have since crossed over to Visual C++. However you will find it in your borland
Bin folder and it is named something like libgen.exe or something along those
lines. It is a command line tool which accepts /? for help, so you should be
able to track it down.
I hope this helps you out. If you need further assistance, give me
an email, always glad to help a fellow programmer.
Regards
Trevor Smith