Results 1 to 10 of 15

Thread: Compatibility questions

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    We need our code to be compiled with Delphi and FPC.
    So we can use some subset of language features. We should decide which.
    FPC in Delphi mode doesn't support all the features of latest versions (and probably never will).
    Personally I'm satisfied with Delphi 7 language features, plus:
    1. unicode (D2009, FPC 2.6.2)
    2. generics (D2009, FPC 2.6.2)
    3. unit namespaces (D2007, FPC 2.7.1)
    As I know generics are usable starting from Delphi XE.
    We'll need to test various code with generics to check if FPC and Delphi are consistent on that.

    And I'd to avoid usage of ifdefs or separate units where possible.

    Stable FPC 2.6.2 is very old.
    FPC 2.7.1 is pretty stable.
    Last edited by Mirage; 26-04-2014 at 02:45 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •