[R] R (2.2.0), R-DCOM and Delphi
Dieter Menne
dieter.menne at menne-biomed.de
Mon Nov 7 14:31:59 CET 2005
Jose Claudio Faria <joseclaudio.faria <at> terra.com.br> writes:
>
> Dear Dieter,
>
> Below the error message I got when trying to compile your RDCom.dpr
>
...
> [Warning] RCom.pas(93): Unsafe code 'String index to var param'
> [Error] RCom.pas(119): Undeclared identifier: 'VarType'
> [Error] RCom.pas(124): Undeclared identifier: 'VarArrayDimCount'
..
> I'm using Delphi 7 under WinXP pro/SP2.
Looks like a missing file in "uses". I compiled it under Delphi 5, and it looks
like the variants are no longer included in my "uses".
Try to find out via help file where VarType is declared, add it to "uses". And
please tell me about the result when you got it compiled, I will add your
finding to the archive.
Dieter
More information about the R-help
mailing list