For CodeTyphon
In the IDE Menu:
-Window
-Center a lost window
-messages
Now you can see it again.
Lazarus-MyMemory
Problem solutions and infos about Lazarus and Free Pascal. Things that worked for me and I don't want to forget. Maybe useful for you too. By the way: I love Lazarus. Best tool / programming language ever !
20131128
20130506
Can't access SqLite Database while programming
If you can't open a SqLite Database in the IDE because "it can't find sqlite3.dll":
Put the DLL in the directory where lazarus.exe is.
Now it works.
Put the DLL in the directory where lazarus.exe is.
Now it works.
20130427
Change big binary files to small files
The binarie-files of a Lazarus project are (by default) big because they have a lot of debuging information included. Otherwise you couldn't not stop at a line of code, for debuging reasons.
Anyway. When you are finished developing you might want a much smaller file.
How to remove the debuging information before re-compile a Lazarus project?
Menu: Project / Project Options
Under "Linking"
Unselect "Generate debugging..."
Re-Build the project. That's it...
Example: BEFORE 40.4 MB-size / AFTER 5.6 MB-size
Subscribe to:
Posts (Atom)