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?
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?
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
implibutility (found on your C++Builder bin directory), using the mshtml.dll found on your Windows directory.