Free Pascal
Live information from Lazarus
-
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... -
Web6502: A FreePascal wrapper for cpu6502.js +More
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...