-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: fpc
code templates for automatisation
My project is supposed to be used in different countries, so I need to make sure it can be translated.This requires heavy use of resource strings. you can take a look at the documentation:https://wiki.freepascal.org/Step-by-step_instructions_for_creating_multi-language_applicationsso I declare the string like this: … Continue reading
PDF issues with imagemagick and lazarus
I ran into my first real Lazarus/FPC issue today. There is no component for displaying or thumbnailing PDF files. I googled it a lot, and it seems there has only been developed something for creating PDFs.It was to overwhelming creating … Continue reading
Lazarus procedure list
I do a lot of coding in lazarus and fpc. When I am editing a large file, it can be difficult to navigate to the procedure you want.By pressing Alt-G,you get a list of procedures, and just click on the … Continue reading