Free Pascal
Live information from Lazarus
-
Re: Testing with SQLite3DataSet
Simply drop the TSQLite3DataSet component on the form, type in Database name and table name, and set it active. You do not need SQL with TSQLite3DataSet.
This is precise... -
Re: Doing C-like linking of multiple Pascal files
The program I'm dealing with, BTW, is C.H. Lindsey's Algol 68S compiler from 1977-1983. The source code is extremely peculiar, with its own custom preprocessor and extensio...
-
Re: FPC 3.2.2 fpc_chararray_to_ansistr to be or not to be ?
Anyway PChar and string are incompatible types. -
Re: Silver Pascal Coder - Latest Video: Calling C Code from Pascal
Hi everyone, Just released a new YouTube video where I take a look at how Pascal has changed over the years and share a small list of some books for learning Free Pascal and Object Pascal in 2025. Watch here:
https://youtu.be/j7gR1jt_Mjk
Whether you'r... -
Re: Doing C-like linking of multiple Pascal files
The program I'm dealing with, BTW, is C.H. Lindsey's Algol 68S compiler from 1977-1983. The source code is extremely peculiar, with its own custom preprocessor and extensions, and also line numbers. It even comes with its own custom bytecode Pascal com...