Page 1 of 1

Problem compiling an indicator...

Posted: Fri May 04, 2007 3:05 pm
by Tantalus
I tried to compile some indicator source code and I got the error:

F1026 File not found: 'IndicatorInterfaceUnit.dcu'

Where can I get this file, and where to I need to place it? Are there other support files I need to have before I can compile my own source?

Re: Problem compiling an indicator...

Posted: Sat May 05, 2007 4:51 am
by Terranin
Tantalus wrote:I tried to compile some indicator source code and I got the error:

F1026 File not found: 'IndicatorInterfaceUnit.dcu'

Where can I get this file, and where to I need to place it? Are there other support files I need to have before I can compile my own source?


Yes, you need 2 files - IndicatorInterfaceUnit.pas and TechnicalFunctions.pas. You can find them in <FT>\Examples\
They must be placed at the same folder where you put your source code.