Free Pascal
Live information from Lazarus
-
Re: Lazarus and AnchorDocking errors in my app.
I removed the TAnchorDockPanel and the unit. There's nothing that refers to it. I've removed the package and rebuilt the IDE and still got the error when I exit the main form. I have also tried adding the package and rebuild and still get the error.... -
Re: Interface problem
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... -
Re: Lazarus and AnchorDocking errors in my app.
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....
-
Re: Fast Canvas Library V1.052
Nice
Try to release V1.0 beta now ;
Some new fx commands are 50000 parameters sorry
Demo sound fonts are included with this nice library Glcanvas;
Regards
GTR
-
Re: Debian removes FPC/Lazarus
@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...