Re: [Lazarus] Renaming files within a project after creation

2008-08-23 Thread Graeme Geldenhuys
On Fri, Aug 22, 2008 at 7:15 PM, Tom Verhoeff [EMAIL PROTECTED] wrote: What about changing it afterwards? Issue: consistency. Some files may use others (either in a uses clause or via an include). The renaming should be carried out consistently throughout the project. Note that the .lpi file

Re: [Lazarus] Renaming files within a project after creation

2008-08-23 Thread Mattias Gaertner
On Sat, 23 Aug 2008 09:35:20 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: On Fri, Aug 22, 2008 at 7:15 PM, Tom Verhoeff [EMAIL PROTECTED] wrote: What about changing it afterwards? Issue: consistency. Some files may use others (either in a uses clause or via an include). The renaming

Re: [Lazarus] How to add your own 'New Project' template?

2008-08-23 Thread Michael Van Canneyt
On Fri, 22 Aug 2008, Tom Verhoeff wrote: Since project.ini seems to be treated specially anyway (it is not copied), it makes sense to treat project.* also specially and substitute $(ProjName) for 'project'. I will then add an example... (I'll start a new thread on renaming files within

Re: [Lazarus] Renaming files within a project after creation

2008-08-23 Thread Graeme Geldenhuys
On 8/23/08, Mattias Gaertner [EMAIL PROTECTED] wrote: 2) Delete the the old name .dcu file. 0.9.25 deletes the .ppu file automatically. 3) Delete (or move/backup) the old file. 0.9.25 asks to delete the old pas, lfm, lrs file. I'm impressed! And this is why I love Lazarus IDE!

[Lazarus] Reliable access violations in IDE.

2008-08-23 Thread Michael Van Canneyt
Hi, The following invariably produces an access violation in the latest lazarus: - Start lazarus - Drop syneditmemo on form - Click on syneditmemo. ...and BOOM ! Backtrace: 0 0x in ?? () #1 0x00a3fd5a in LAZGETMETHODPROP (LAZGETMETHODPROP={CODE = 0x0, DATA = 0x0},

Re: [Lazarus] Reliable access violations in IDE.

2008-08-23 Thread Felipe Monteiro de Carvalho
There is some tipical information missing: widgetset, operating system, free pascal version -- Felipe Monteiro de Carvalho ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus no longer compiles. (Mattias ?)

2008-08-23 Thread Michael Van Canneyt
On Sat, 23 Aug 2008, Mattias Gaertner wrote: On Sat, 23 Aug 2008 16:46:27 +0200 (CEST) Michael Van Canneyt [EMAIL PROTECTED] wrote: Lazarus fails to compile. Function ReadNextFPCParameter is used in packagesystem.pas, but is nowhere defined. Latest Lazarus from SVN. It

Re: [Lazarus] Reliable access violations in IDE.

2008-08-23 Thread Mattias Gaertner
On Sat, 23 Aug 2008 16:58:59 +0200 (CEST) Michael Van Canneyt [EMAIL PROTECTED] wrote: Hi, The following invariably produces an access violation in the latest lazarus: - Start lazarus - Drop syneditmemo on form - Click on syneditmemo. ...and BOOM ! Backtrace: 0

[Lazarus] More access violations...

2008-08-23 Thread Michael Van Canneyt
Hi, Same configuration as usual: Recent FPC, 64 bit, GTK 1. Today's lazarus. Open SQLStringsPropertyEditorDlg in components/sqldblaz. On closing the unit, access violation: TProject.UpdateUnitComponentDependencies checking properties ... Search

Re: [Lazarus] Reliable access violations in IDE.

2008-08-23 Thread Michael Van Canneyt
On Sat, 23 Aug 2008, Mattias Gaertner wrote: On Sat, 23 Aug 2008 16:58:59 +0200 (CEST) Michael Van Canneyt [EMAIL PROTECTED] wrote: Looks like http://bugs.freepascal.org/view.php?id=11926 and the real bug is http://bugs.freepascal.org/view.php?id=11949 Please test and add the

[Lazarus] Can someone please help me with 'KDESVN' ?

2008-08-23 Thread Peter Williams
Hi Lazarus fans Kubuntu users I attempted to follow the instructions at the following page: http://wiki.lazarus.freepascal.org/Create_Google_Code_Project without a lot of success. Actually, I'd really like to create my own SVN projects. I created a folder for my anagram-generator program --