Free Pascal

Live information from Lazarus
  • By now, I think you have to insert a duplicate declaration of TestBase:

    [code=pascal]type

      { TDerrivedClass }

      TDerrivedClass = class(TBaseClass, IDerriveIntf)
      protected
        function IDerriveIntf.TestBase = TestBaseI; <--------------------
        func...
  • Packages have been removed and I have not used docking in my app.  When I press F12 to bring up the main or parent form, I get a message that the package needs to be installed....
  • Nice

    Try to release V1.0 beta now ;
    Some new fx commands are 50000 parameters sorry 58;41;

    Demo sound fonts are included with this nice library Glcanvas;

    Regards

    GTR
  • @Thaddy I think you're making a mistake by promoting GTK4 at this time.

    GTK3 is the current production recommendation. In fact, GTK advises that GTK2 code first migrate to GTK3, it's easier, and later plan a migration to GTK4.

    I think this should be th...
  • Hello everyone!

      Noticed that there aren't that many new posts in this pas2js section, which is a bit of a shame, considering how really powerful it can be.  I've been busy at more fun pas2js projects, some closed source, but some open sourced, such a...