rcmdline
rcmdline copied to clipboard
error occured in delphi7
I use rcmdline in delphi7 and the compiler gives error in line 816. It seems that something like {$if FPC_FULLVERSION >30100} is the cause.Does anybody see this before?
what is the error?
you could try to put {$ifdef fpc} ... {$endif} around the line, or replace the current endif' with ifend`