Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-06 Thread Graeme Geldenhuys
On 05/05/2011 19:15, Flávio Etrusco wrote: Second biggest issue is nor git-gui nor smartgit want to let me create a patch from the revision :-/ Guess I'll have to go the cmdline way :-$ Makes no sense, but the follow should work:

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-06 Thread Martin
On 05/05/2011 22:43, Flávio Etrusco wrote: Does no debugger behave this way? Actually I don't think Delphi behaved like that, i guess it simply launched the application (maybe it deserves a new name if we go this route ;-) We're not creating delphi ! I don't think we need a 2nd way of running

[Lazarus] dtm_maker project compile errors with TList code.

2011-05-06 Thread Peter Williams
Hi All, I have uploaded my project with compile time errors to here: Download link: http://hotfile.com/dl/116917459/8effac0/dtm_maker_002.zip.htmlAnd I am getting these errors: Options changed, recompiling clean with -BHint: Start of reading config file /etc/fpc.cfgHint: End of reading

Re: [Lazarus] Strange access violation

2011-05-06 Thread Luca Olivetti
Al 04/05/2011 17:36, En/na Mattias Gaertner ha escrit: Luca Olivetti l...@wetron.es hat am 4. Mai 2011 um 13:44 geschrieben: ... Of course it isn't reproducible (it happened only once, inside a TOpendialog.Execute, I tried many many times after the access violation with no problem).

[Lazarus] Latest trunk IDE can't rebuild itself from menu

2011-05-06 Thread Graeme Geldenhuys
Hi, I just tested another bug report by using the latest Lazarus from Trunk. I built the IDE using FPC 2.4.3 (latest) via the command line: make bigide The IDE built without problems. I now noticed that if I go to Tools Configure 'build lazarus' and click on the Build button nothing happens.

Re: [Lazarus] Latest trunk IDE can't rebuild itself from menu

2011-05-06 Thread Graeme Geldenhuys
Just for interest sake, I'm using Lazarus 0.9.31 r28160 FPC 2.4.3 x86_64-linux-gtk 2. I tried something else... I selected Package Install/Uninstall package, made some changes and selected Save and rebuild IDE, and that worked fine. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform

Re: [Lazarus] dtm_maker project compile errors with TList code.

2011-05-06 Thread Peter Williams
Hi All, I have copied the relevant unit to pastebin.com and here it is: http://pastebin.com/2v4xw4ep unit1.pas(191,18) Error: No member is provided to access propertyunit1.pas(192,21) Error: No member is provided to access propertyunit1.pas(193,20) Error: No member is provided to access

Re: [Lazarus] dtm_maker project compile errors with TList code.

2011-05-06 Thread Luk Vandelaer
Your constructor should be something like constructor TIsland.Create(const ATerrain : Terrain_type; const ATerrain_char : char; const Adescription : description_type; const Ax, Ay, Alocation_number : integer; const Aexits : exit_type ); begin // Save the

Re: [Lazarus] dtm_maker project compile errors with TList code.

2011-05-06 Thread Henry Vermaak
On 06/05/11 11:24, Peter Williams wrote: Hi All, I have copied the relevant unit to pastebin.com and here it is: http://pastebin.com/2v4xw4ep http://pastebin.com/2v4xw4ep unit1.pas(191,18) Error: No member is provided to access property unit1.pas(192,21) Error: No member is provided to access

Re: [Lazarus] dtm_maker project compile errors with TList code.

2011-05-06 Thread Henry Vermaak
On 06/05/11 11:50, Luk Vandelaer wrote: You declared the properties as read only, so assignments are not possible, Hehe, of course. Silly me for not noticing this. Henry -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Latest trunk IDE can't rebuild itself from menu

2011-05-06 Thread Juha (gmail)
Graeme Geldenhuys kirjoitti perjantai, 6. toukokuuta 2011 12:54:21: Just for interest sake, I'm using Lazarus 0.9.31 r28160 FPC 2.4.3 x86_64-linux-gtk 2. Works here. The latest Lazarus trunk revision is r30581. Your revision is rather old already. Juha --

Re: [Lazarus] Latest trunk IDE can't rebuild itself from menu

2011-05-06 Thread Graeme Geldenhuys
On 06/05/2011 13:54, Juha (gmail) wrote: Works here. The latest Lazarus trunk revision is r30581. Your revision is rather old already. That is strange, because I got a trunk update this morning, and my Lazarus changed from v0.9.29 to v0.9.31, so something was definitely updated. Maybe the

Re: [Lazarus] Latest trunk IDE can't rebuild itself from menu

2011-05-06 Thread Graeme Geldenhuys
On 06/05/2011 13:54, Juha (gmail) wrote: The latest Lazarus trunk revision is r30581. Your revision is rather old already. OK, 'make bigide' didn't update the revision.inc file. Even though I use the git mirror repository, in the past it used to update to rUnknown, now it just left the old

Re: [Lazarus] Latest trunk IDE can't rebuild itself from menu

2011-05-06 Thread Juha (gmail)
Graeme Geldenhuys kirjoitti perjantai, 6. toukokuuta 2011 15:34:01: OK, 'make bigide' didn't update the revision.inc file. Even though I use the git mirror repository, in the past it used to update to rUnknown, now it just left the old revision number in tact (which I think is worse than the

Re: [Lazarus] dtm_maker project compile errors with TList code.

2011-05-06 Thread Peter Williams
Hi The new version of unit1.pas is here: http://pastebin.com/vNdNeHQe Options changed, recompiling clean with -BHint: Start of reading config file /etc/fpc.cfgHint: End of reading config file /etc/fpc.cfgFree Pascal Compiler version 2.4.2-0 [2010/11/11] for i386Copyright (c) 1993-2010 by

Re: [Lazarus] dtm_maker project compile errors with TList code.

2011-05-06 Thread Mattias Gaertner
see the unit fgl for examples of generics. Mattias -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] dtm_maker project compile errors with TList code.

2011-05-06 Thread Peter Williams
Hi Mattias, I found the fgl unit. It was just a matter of adding it to the uses clause the using the right click 'find declaration'. Thanks. PEW From: pewilliams2...@live.com To: lazarus@lists.lazarus.freepascal.org Date: Sat, 7 May 2011 01:13:25 +1000 Subject: Re: [Lazarus] dtm_maker project

[Lazarus] Error: Generics without specialization cannot be used as a type for a variable

2011-05-06 Thread Peter Williams
Hi, Options changed, recompiling clean with -BHint: Start of reading config file /etc/fpc.cfgHint: End of reading config file /etc/fpc.cfgFree Pascal Compiler version 2.4.2-0 [2010/11/11] for i386Copyright (c) 1993-2010 by Florian KlaempflTarget OS: Linux for i386Compiling

Re: [Lazarus] Error: Generics without specialization cannot be used as a type for a variable

2011-05-06 Thread Sven Barth
On 06.05.2011 17:58, Peter Williams wrote: Hi, Options changed, recompiling clean with -B Hint: Start of reading config file /etc/fpc.cfg Hint: End of reading config file /etc/fpc.cfg Free Pascal Compiler version 2.4.2-0 [2010/11/11] for i386 Copyright (c) 1993-2010 by Florian Klaempfl Target

[Lazarus] OT : Wanted demo to generate and walk through a 2D in 3D simple graphics.

2011-05-06 Thread Peter Williams
Hi, Apologies in advance for this off topic message. I am looking for a demo in Pascal / Delphi / Lazarus (* preferred) of generating a 2D maze and letting the user walk through the maze in simple 3D graphics with lines (e.g. not ASCII) but using graphics. For example, looking down a corridor