VonSzarvas wrote: » Fabulous! Thanks again guys. Another fine example of why PropBasic should be fully integrated. The dedication and support from Bean and the community is first class.
Comments
Yes, this is great.
In another thread I've noted
Embarcadero has a promotional $0 download on their Delphi 10.1 Berlin release.
Has the usual non-commercial use clause & is Win32 only iirc.
https://www.embarcadero.com/products/delphi/starter/promotional-download
I downloaded PropBasic 00.01.44, and it compiles fine in Lazarus/FPC.
Then I tried Delphi 10.1 Berlin release - copied PropBasic.lpr to PropBasic.dpr
- very close, needs these edits on errors
// {$MODE Delphi} -> {$ifdef FPC} {$MODE Delphi} {$endif}
// sBaudRate, sBaudDelay: String[15]; -> sBaudRate, sBaudDelay: String;
results:
FPC -> 536k exe
Delphi 10.1 -> 592k exe, default project settings.
example output files seem to compare 100%
You are the Man for creating PropBasic.
I can't thank you enough.
Dave