Am 01.01.2021 um 19:21 schrieb Mattias Gaertner via fpc-pascal:
Hi,
library test;
procedure Test; begin end;
exports
Test name 3 'abc';
//^^^
end.
It's a bug. Please report.
Regards,
Sven
___
fpc-pascal maillist - fpc-pascal@lists
On Fri, 1 Jan 2021, Mattias Gaertner via fpc-pascal wrote:
Hi,
library test;
procedure Test; begin end;
exports
Test name 3 'abc';
//^^^
end.
I think this is a bug. Delphi also barfs on it.
However the following does work:
exports
Test index 1 name 'abc';
Although incomp
Hi,
library test;
procedure Test; begin end;
exports
Test name 3 'abc';
//^^^
end.
Mattias
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
I have my project working the way I want it to, but I have one little quirk I
am hoping to fix.
When I look at the clipboard, the entry for MSDEVColumnSelect has zero length.
I’m not too familiar with PChars, but is there a way to set it to zero length?
I set it to #0 and it works ok with the #0