Subject | IBO and Report Builder Compile Error |
---|---|
Author | Ross Garbig |
Post date | 2004-02-10T20:04:15Z |
Having trouble converting a Report Builder 3.0 report from Paradox to IBO 4.3 (Other reports converted OK).
Delphi 5 stops the compile with the following errors:
[Error] IB_Utils(1450) Invalid Typecast
[Fatal Error] IB_Session.pas(690) Could not compile used unit IB_Utils.pas
with the last line in routine Int64toCurrency in IB_Utils.pas highlighted: result := currency((@AVAL)^);
Thought I must be referencing something defined in an IBO unit somewhere but I can't find anything unaccounted for
in my program. I have commented out all code in the routines, removed the only user written used unit and still get the compile error. Thanks fo any help.
[Non-text portions of this message have been removed]
Delphi 5 stops the compile with the following errors:
[Error] IB_Utils(1450) Invalid Typecast
[Fatal Error] IB_Session.pas(690) Could not compile used unit IB_Utils.pas
with the last line in routine Int64toCurrency in IB_Utils.pas highlighted: result := currency((@AVAL)^);
Thought I must be referencing something defined in an IBO unit somewhere but I can't find anything unaccounted for
in my program. I have commented out all code in the routines, removed the only user written used unit and still get the compile error. Thanks fo any help.
[Non-text portions of this message have been removed]