Lazarus SQLite GUI program

Trying to open an existing SQLite GUI program Unable to find the component class “TSQLQuery”.It is not registered via RegisterClass and no lfm was found.It is needed by unit:/home/bill/MyStuff/Pascal/Lazarus/SQLite3/SQLiteZipCode/unit1.pas

UPX

In looking again at Free Pascal/Lazarus I see in my notes where I used upx (and also strip) to reduce the size of Lazarus executables. Strip was already on my system…but upx wasn’t. It’s not in any repository. But a ready to run executable was available. The scoreboard executable was 27.6 MB. After strip alone …

Freshmeat

I was listening to an episode of the Destination Linux podcast. And they were going to interview people who worked with printers in the early days. I’m thinking “sounds like a boring topic”, however it wasn’t. And someone mentioned Freshmeat, which I hadn’t even thought of in years. It hosted mainly open-source software. Evidently it …

Lazarus Judo Scoreboard fail

Tried to compile my Judo Scoreboard program with Lazarus 3.0 and failed with “Error: Illegal parameter: CpPENTIUM2”. Tried to find some option in the menus referencing PENTIUM…failed there too.Finally found, by grepping, “-CpPENTIUM2” in ./project1.compiled and I wouldn’t have manually typed those in. Removed them and the compile worked! I asked in the forum… I …