Shop OBEX P1 Docs P2 Docs Learn Events
PropBasic - What is the lastest situation please? - Page 3 — Parallax Forums

PropBasic - What is the lastest situation please?

13»

Comments

  • jmgjmg Posts: 15,173
    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.

    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%
  • $WMc%$WMc% Posts: 1,884
    @Bean

    You are the Man for creating PropBasic.
    I can't thank you enough.
  • Hmmm, do I have competition for #1 fan status? :lol:
  • Count me in

    Dave
Sign In or Register to comment.