Olav Kahlbaum (TRINAMIC) wrote:I had include all theDelphi components that are needed to compile the code: Asny32, CheckComboBin, Hint95 and ODLED. These components need to be installed in Delphi first. The software has been developed using Delphi 2006 (I will port it to Delphi XE as soon as I get the time).
There is no complete C++ software for controlling the board, but some programming examples for sending TMCL commands from C/C++ can be found on our website (e.g. in the Software/TMCL-IDE section).
I see. Actually, the version of Delphi that I'm using is Delphi 7. Will this difference of ver of Delphi cause some problems?
Anyway, I have downloaded the simple examples of Delphi from your website and compiled sucessfully.
But the complete software you offered to me still doesn't works well after I installed the components which you mentioned above.
in the EVAL389
the error form says
Class:TfloatSpinEdit not found.....
...
and
...(some val)does not has a corresponding component.Remove the declaration?
...
and
in the build window:
[Fatal Error]....[xxline]: File not found :'FloatSpinEdit.dcu'
Does this mean that Delphi 7 have not the component(VCL) 'FloatSpinEdit' which Delphi 2006 have. I failed to find it from www.
And I get the VCL(PDJRotoLabel) which I need for the project, which should be the right one I think.
Will the problem I came across above be solved if you send me the (VCL) 'FloatSpinEdit'?Or other probability?Or do I have to get Delphi 2006 for using your project?