0
votes

When I compile an old proect I have a the following error:

[Linker Fatal Error] Fatal: Unable to open file 'MSHTML.LIB'

Any help with that?

1
Try removing MSHTML.LIB from your project fileM.M

1 Answers

0
votes

If you don't find the lib in your C++Builder installation (with later versions at least it doesn't show) you can try generating it with the implib utility (found on your C++Builder bin directory), using the mshtml.dll found on your Windows directory.