While compiling Delphi 5 code in Delphi 7 Enterprise Edition, i'm getting below errro
[Fatal Error] MultLang.pas(192): File not found: 'LibHelp.dcu'
I have checked all Delphi7 folders but libhelp.dcu is not present.. any advice???
I have neither LibHelp.pas nor .dcu in my D2007, but it's used in some property editors. So I guess it's design-time stuff, and any code that uses it needs to be in a design-time package requiring designide. Your comment about Proxies.dcu hints in the same direction, so I recommend separating design-time and runtime stuff in two different packages.