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

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to