[fpc-pascal] Pascal Language Server
Ryan Joseph
genericptr at gmail.com
Fri Apr 24 09:12:48 CEST 2020
> On Apr 24, 2020, at 1:47 PM, Ryan Joseph <genericptr at gmail.com> wrote:
>
> end else begin
> if CodeToolBoss.ErrorMessage<>'' then
> writeln(stderr, 'Parse error: ',CodeToolBoss.ErrorMessage)
> else
> writeln(stderr, 'Error: no context');
> end;
In my test I'm getting an error at this block, "Parse error: unit not found: fpextres".
Does code tools need access to this unit? It's not part of the source I've supplied it so I don't know why it's looking for this.
Regards,
Ryan Joseph
More information about the fpc-pascal
mailing list