Dr A Olowofoyeku (The African Chief) a écrit:
all my test programs and the graphics program compile and execute, except of course for the problem of bpString in the BPcompat package.
What is this problem? I am working on v2.0 of bpcompat, and I would like to know of any problems.
It is in the following redefinition of string in gpctypes.pas:
{$ifdef _Borland_Pascal_} String = bpString; {$endif _Borland_Pascal_}
then any instruction var s:String[25]; becomes illegal.
Best regards,