Re: [Lazarus] SQLitePass package install problems

2010-07-10 Thread Jarosław
from SqlitePass docs: Packages Installation for Lazarus users (=0.9.20) 1. Uninstall any previous version of SqlitePassDbo components : Choose [Components] [Configure Installed Packages] from IDE menu 2. Select the Laz_SqlitePassDbo_Runtime and Laz_SqlitePassDbo_Designtime packages and

Re: [Lazarus] Can't create executable

2010-07-10 Thread Sven Barth
Hi! On 10.07.2010 10:40, Frank Church wrote: There are some ttimes when something seems to have locked the executable and it can't be created until the computer is restarted. I have come across this issue a few times and it is happening again. I upgraded to 9.28.3 beta and FPC 2.4.0 but the

Re: [Lazarus] Can't create executable

2010-07-10 Thread Frank Church
It is what I had in mind and it solved my problem, it was executing an external process when I terminated it. Thanks. But I think there is problem in the IDE that manifests also causes this problem. I read a mail message about it sometime this week, but I can't remember the exact thread. On 10

Re: [Lazarus] Template for unit creation

2010-07-10 Thread Mattias Gaertner
On Sat, 10 Jul 2010 09:02:51 + Mark Morgan Lloyd markmll.laza...@telemetry.co.uk wrote: Is it possible to customise a template for unit file creation? For example, I like to put compiler name and version as a banner at the top with a descriptive comment immediately after the unit

Re: [Lazarus] Template for unit creation

2010-07-10 Thread Mark Morgan Lloyd
Mattias Gaertner wrote: You can register new unit types. See here http://wiki.lazarus.freepascal.org/Extending_the_IDE#Add_your_own_file_type No one has yet written a gui for that. It is on my todo list. Thanks, reading document. -- Mark Morgan Lloyd markMLl .AT. telemetry.co .DOT. uk

Re: [Lazarus] Can't create executable

2010-07-10 Thread Hans-Peter Diettrich
Frank Church schrieb: There are some ttimes when something seems to have locked the executable and it can't be created until the computer is restarted. This may occur due to some AV software. Turn it off, and if the errors don't reappear, then trash it. Most AV software doesn't protect the

[Lazarus] Mac OS X gdb: Segmentation Fault loading my project

2010-07-10 Thread Tobias Giesen
Hello, I first tried to send this to the fpc-pascal list but it doesn't seem to work. Sorry for cross-posting if it still makes it thru. My compiled application with symbols is 93.5 MB in size and gdb cannot load it, so the debugger in Lazarus fails too (Segmentation fault when gdb tries to

Re: [Lazarus] Mac OS X gdb: Segmentation Fault loading my project

2010-07-10 Thread dmitry boyarintsev
How about using dwarf debug information, instead of stabs? thanks, dmitry -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] checkbutton inside DBGRID

2010-07-10 Thread Cesar P
Is there out there a checkbutton for zeos in the DBGRID component? How do you handle boolean fields inside dbgrids for dbs like sqlite so you can check/uncheck inside the GRID like DBCHECKBOX? FACT: light travels faster than sound. This is why some people appear bright until you

Re: [Lazarus] Mac OS X gdb: Segmentation Fault loading my project

2010-07-10 Thread Tobias Giesen
How about using dwarf debug information, instead of stabs? Great idea, I will try it! Currently I cannot compile the app anyway because FPC 2.4.0 fails with Fatal: Compilation aborted: Unhandled exception at ... on line 1 of some units. So I guess I will have to install a newer FPC. Any

[Lazarus] Debugging debugger

2010-07-10 Thread Tobias Giesen
Hi, is there a way to see or log the communication between Lazarus and gdb? Because even though standalone gdb can sometimes load my executable with symbols, Lazarus still says Oops, debugger error or something like that. I would like to know the exact error. Mac OS X i386 ... Cheers, Tobias

Re: [Lazarus] Debugging debugger

2010-07-10 Thread Mattias Gaertner
On Sat, 10 Jul 2010 20:18:11 +0200 Tobias Giesen tobias_subscri...@tgtools.com wrote: Hi, is there a way to see or log the communication between Lazarus and gdb? Because even though standalone gdb can sometimes load my executable with symbols, Lazarus still says Oops, debugger error or

Re: [Lazarus] Debugging debugger

2010-07-10 Thread Tobias Giesen
View / Debug windows / Debug output Wow that is very interesting! The info ends with: Program stopped at 0x211a. It stopped at a breakpoint that has since been deleted. Type ... for more information. But I don't have any breakpoints set, and Lazarus 0.9.28.2 says that the debugger entered the

Re: [Lazarus] Debugging debugger

2010-07-10 Thread Andrew Brunner
I think I had this problem on Ubuntu a while ago. I looked in the project file with a text editor and removed the instances and re-opened my project with success. On Sat, Jul 10, 2010 at 1:47 PM, Tobias Giesen tobias_subscri...@tgtools.com wrote: View / Debug windows / Debug output Wow that

Re: [Lazarus] Debugging debugger

2010-07-10 Thread Tobias Giesen
I think I had this problem on Ubuntu a while ago. I looked in the project file with a text editor and removed the instances and re-opened my project with success. Hmm that seemed to be a hopeful tip, but my project file didn't contain any breakpoints. Well I cleaned out some other stuff. Do

Re: [Lazarus] Mac OS X gdb: Segmentation Fault loading my project

2010-07-10 Thread dmitry boyarintsev
On Sat, Jul 10, 2010 at 8:03 PM, Tobias Giesen tobias_subscri...@tgtools.com wrote: Currently I cannot compile the app anyway because FPC 2.4.0 fails with Fatal: Compilation aborted: Unhandled exception at ... on line 1 of some units. No code examples - no help. But you can always try a

Re: [Lazarus] Mac OS X gdb: Segmentation Fault loading my project

2010-07-10 Thread Tobias Giesen
Currently I cannot compile the app anyway because FPC 2.4.0 fails with Fatal: Compilation aborted: Unhandled exception at ... on line 1 of some units. No code examples - no help. But you can always try a snapshot or SVN version. Yes it works with 2.5.1! Super! If it didn't I would

Re: [Lazarus] AV on Mandriva 2010 KDE4

2010-07-10 Thread Mattias Gaertner
On Sat, 10 Jul 2010 22:00:57 +0200 Jean-Marc jmarc.levec...@dbmail.com wrote: Hi, Using Lazarus 0.9.28 on my old Mdv 2008-1 KDE3.5, I am willing to move to the new Mdv 2010-1 KDE4. Surprisingly, it carries packages for FPC 2.4.0 and Lazarus 0.9.28.2. I installed them, and started to

[Lazarus] GPS Navigation Software develpment

2010-07-10 Thread Noli Sicad
Hi, I am also interested in Lazarus for GIS and GPS Navigation Software development I think we have to TMapCanvas component for lazarus to render, trackway, shapefile, raster, etc. Don't use OpenGL, use the proper TMapCanvas component so you can render and overlayed layers - vector and raster.

Re: [Lazarus] GPS Navigation Software develpment

2010-07-10 Thread Noli Sicad
You get some idea from RoadMap — A Car Navigation System for Linux, UNIX and Others http://roadmap.sourceforge.net/index.html Probably you can use their map format for your project. Have a look at GISImage.pas for map render and (gps data??).