Compile Problems: cannot find EditBox.pas
I'm currently compiling some old souce code with Delphi 6 and
ReportBuilder Ent 6.02 on Windows NT.
I get the following compilation error: [Fatal Error] File not found:
'd:\program files\borland\delphi6\RBuilder\Lib\EditBox.pas'.
I have searched my hard drive for this file, it is no where to be
found.
This source code was originally developed with Delphi 3 and
ReportBuilder ?.
Any help would be greatly appreciated,
Brian
brian.pembroke@anico.com
ReportBuilder Ent 6.02 on Windows NT.
I get the following compilation error: [Fatal Error] File not found:
'd:\program files\borland\delphi6\RBuilder\Lib\EditBox.pas'.
I have searched my hard drive for this file, it is no where to be
found.
This source code was originally developed with Delphi 3 and
ReportBuilder ?.
Any help would be greatly appreciated,
Brian
brian.pembroke@anico.com
This discussion has been closed.
Comments
I just migrated our project from ReportBuilder 3.52/Delphi 3.01 to
ReportBuilder 6.01/Delphi 5.01.
Our Delphi 3/ReportBuilder code does not have any such unit EditBox.pas.
Did you write the original code ???
Is the project on the original computer that is was developed in ???
Can you still compile the source code under Delphi 3 ???
This editbox.pas might be a custom component built by the original
project author. It could be a ReportBuilder decendent or simply a Delphi
unit. My suggestion would be to contact the original author, or to trace
down the dependancy on the EditBox.pas unit or to study the Delphi 3 code if
it compiles to see what is different in Delphi 6.
Neil Huhta