Re: [Lazarus] ToDoListLaz

2011-02-05 Thread Sven Barth
On 04.02.2011 06:53, Hans-Peter Diettrich wrote: Mattias Gaertner schrieb: I have no idea what might be wrong with my installation or configuration. Does there already exist a distribution for Windows, including FPC, so that I can test 0.30 in a clean environment (VM)? Have you tried the

Re: [Lazarus] Stragne error in Lazarus 0.9.31 r29341 FPC 2.5.1 i386-win32-win32/win64

2011-02-05 Thread Henry Vermaak
On 4 February 2011 23:40, waldo kitty wkitt...@windstream.net wrote: On 2/4/2011 01:51, Vincent Snijders wrote: 2011/2/4 waldo kittywkitt...@windstream.net: No, why? o.o' so that it might be fixed for delphi compatibility?? ;) And that was another useless off topic message from you to

Re: [Lazarus] Another IDE interface question

2011-02-05 Thread Darius Blaszyk
1. get all the -Fu and -Fi folders so the package can search them and allow the user to include/exclude them from profiling, which method to use in LazIDEIntf? I added some info:

Re: [Lazarus] Another IDE interface question

2011-02-05 Thread Mattias Gaertner
  Darius Blaszyk dhkblas...@zeelandnet.nl hat am 5. Februar 2011 um 14:55 geschrieben: 1. get all the -Fu and -Fi folders so the package can search them and allow the user to include/exclude them from profiling, which method to use in LazIDEIntf? I added some

Re: [Lazarus] Exception with no stack trace [was: Can I be sure that timer and synchronize never fire at once?]

2011-02-05 Thread Luca Olivetti
Al 01/02/11 09:07, En/na Luca Olivetti ha escrit: En/na Luca Olivetti ha escrit: Hello, I'm trying to debug a strange crash in an application (it's strange because the exception dialog appears and then disappears almost instantly without clicking on any button, so the customer cannot tell me

Re: [Lazarus] Exception with no stack trace [was: Can I be sure that timer and synchronize never fire at once?]

2011-02-05 Thread Martin
On 05/02/2011 15:37, Luca Olivetti wrote: Al 01/02/11 09:07, En/na Luca Olivetti ha escrit: 31/01/2011 10:23:26 TApplication EListError List index (3) out of bounds Stack trace: $0043FEFF That code is in the RTL, and that may for various reasons not always dump correctly. For me generally it

Re: [Lazarus] Exception with no stack trace [was: Can I be sure that timer and synchronize never fire at once?]

2011-02-05 Thread Luca Olivetti
Al 05/02/11 16:39, En/na Martin ha escrit: On 05/02/2011 15:37, Luca Olivetti wrote: Al 01/02/11 09:07, En/na Luca Olivetti ha escrit: 31/01/2011 10:23:26 TApplication EListError List index (3) out of bounds Stack trace: $0043FEFF That code is in the RTL, and that may for various reasons not

Re: [Lazarus] Exception with no stack trace [was: Can I be sure that timer and synchronize never fire at once?]

2011-02-05 Thread Martin
On 05/02/2011 16:22, Luca Olivetti wrote: Al 05/02/11 16:48, En/na Martin ha escrit: On 05/02/2011 15:53, Luca Olivetti wrote: Al 05/02/11 16:39, En/na Martin ha escrit: On 05/02/2011 15:37, Luca Olivetti wrote: Al 01/02/11 09:07, En/na Luca Olivetti ha escrit: 31/01/2011 10:23:26

Re: [Lazarus] Exception with no stack trace [was: Can I be sure that timer and synchronize never fire at once?]

2011-02-05 Thread Luca Olivetti
Al 05/02/11 17:26, En/na Martin ha escrit: Did you recompile the rtl with debug info and then got a full stack trace? recompiled rtl with -gw -gl Is it enough to do a make clean make OPT=-gw -gl make install inside the rtl directory or should I do something else? Should I do the same for

Re: [Lazarus] Exception with no stack trace [was: Can I be sure that timer and synchronize never fire at once?]

2011-02-05 Thread Mattias Gaertner
  Luca Olivetti l...@wetron.es hat am 5. Februar 2011 um 16:37 geschrieben: [...] Nobody has an idea on why an application would crash without a stack trace? Memory overwriting/corruption perhaps?  Yes, and/or stack corruption.   Mattias -- ___

[Lazarus] Jump back after using Find declaration?

2011-02-05 Thread Bo Berglund
In Delphi's editor (D7) there is a blue back arrow that lights up after you have clicked on an identifier and selected Find declaration. At this moment the focus jumps to the declaration of the identifier, which is what one wants. To go back is as simple as clicking on the arrow. In Lazarus Find

Re: [Lazarus] Jump back after using Find declaration?

2011-02-05 Thread Luca Olivetti
Al 05/02/11 17:48, En/na Bo Berglund ha escrit: In Lazarus I don't see the back arrow, so I wonder if there is an alternate way of doing the jump back? CTRL+H Bye -- Luca Olivetti Wetron Automatización S.A. http://www.wetron.es/ Tel. +34 93 5883004 (Ext.133) Fax +34 93 5883007 --

Re: [Lazarus] Stragne error in Lazarus 0.9.31 r29341 FPC 2.5.1 i386-win32-win32/win64

2011-02-05 Thread waldo kitty
On 2/5/2011 07:21, Henry Vermaak wrote: On 4 February 2011 23:40, waldo kittywkitt...@windstream.net wrote: On 2/4/2011 01:51, Vincent Snijders wrote: 2011/2/4 waldo kittywkitt...@windstream.net: No, why? o.o' so that it might be fixed for delphi compatibility?? ;) And that was another

[Lazarus] error building bigide from svn

2011-02-05 Thread John Stoneham
There is an error building bigide from svn, and I've notice it for all revisions past 29368. Here's the error: tagraph.pas(412,17) Error: Call by var for arg no. 2 has to match exactly: Got TChart expected TComponent lresources.pp(914,11) Hint: Found declaration:

Re: [Lazarus] error building bigide from svn

2011-02-05 Thread John Stoneham
I didn't mention that I'm using fcp 2.5.1 svn to compile. Not sure if that makes a difference. On Sat, Feb 5, 2011 at 11:12 AM, John Stoneham captnjamesk...@gmail.comwrote: There is an error building bigide from svn, and I've notice it for all revisions past 29368. Here's the error:

Re: [Lazarus] error building bigide from svn

2011-02-05 Thread Juha Manninen
John Stoneham kirjoitti lauantai 05 helmikuu 2011 19:13:20: I didn't mention that I'm using fcp 2.5.1 svn to compile. Not sure if that makes a difference. Yes it makes the difference. fcp 2.5.1 is stricter with parameters. However I think the problem is fixed, I can compile and install

Re: [Lazarus] Exception with no stack trace [was: Can I be sure that timer and synchronize never fire at once?]

2011-02-05 Thread cobines
2011/2/5 Luca Olivetti l...@wetron.es: Al 01/02/11 09:07, En/na Luca Olivetti ha escrit: En/na Luca Olivetti ha escrit: Hello, I'm trying to debug a strange crash in an application (it's strange because the exception dialog appears and then disappears almost instantly without clicking on

Re: [Lazarus] Another IDE interface question

2011-02-05 Thread Darius Blaszyk
On Feb 5, 2011, at 4:02 PM, Mattias Gaertner wrote: Darius Blaszyk dhkblas...@zeelandnet.nl hat am 5. Februar 2011 um 14:55 geschrieben: 1. get all the -Fu and -Fi folders so the package can search them and allow the user to include/exclude them from profiling, which method to use

Re: [Lazarus] Exception with no stack trace [was: Can I be sure that timer and synchronize never fire at once?]

2011-02-05 Thread Luca Olivetti
Al 05/02/11 18:34, En/na cobines ha escrit: Nobody has an idea on why an application would crash without a stack trace? Memory overwriting/corruption perhaps? See here: http://bugs.freepascal.org/view.php?id=12528 Oops. I'll try the patch in that bug report, thank you. Bye -- Luca

Re: [Lazarus] Jump back after using Find declaration?

2011-02-05 Thread Martin
On 05/02/2011 16:48, Bo Berglund wrote: In Lazarus Find declaration function also exists. But then the problem arrives: How to get back to where the jump originated? Unless one has set a bookmark on the line *before* the jump it is very hard to go back if the code is big. Ctrl-h, or any key

Re: [Lazarus] Stragne error in Lazarus 0.9.31 r29341 FPC 2.5.1 i386-win32-win32/win64

2011-02-05 Thread silvioprog
o.o' -- *Silvio Clécio* *Blog.* blog.silvioprog.com.br *Twitter.* twitter.com/silvioprog -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] ToDoListLaz

2011-02-05 Thread Hans-Peter Diettrich
Juha Manninen schrieb: I don't see why you would need many Lazarus versions built at the same time. I need the official version and my own modified version, at least for the trunk, the last release and the next release candidate. I would say keep the branches in a local git repo, then

Re: [Lazarus] I am just wondering

2011-02-05 Thread Hans-Peter Diettrich
Zelimir Ikovic schrieb: Is there any VB6 to Lazarus translator, and how difficult would be to make one VB is an OLE wrapper, closer to .NET than to Delphi (VCL) or Lazarus (LCL). A converter may be feasable, to some degree, but the GUI won't work with the LCL, so that a very new development

Re: [Lazarus] ToDoListLaz

2011-02-05 Thread Juha Manninen
Hans-Peter Diettrich kirjoitti sunnuntai 06 helmikuu 2011 00:03:09: I care, and I want to have the history (projects...) and configurations preserved for each version. For my experiments I use a single git repository, a clone of Graeme's mirror. Later I move the essential patches into the

[Lazarus] Multi-Threaded Debugging under Linux (GDB CRASH Work-Around)

2011-02-05 Thread Andrew Brunner
I have great news regarding debugging multi-threaded apps under Linux without crashing the Gnome Desktop Manager. If you are having problems with GDB and GDM crashing under Linux when you trace into lines use Synchronize. I just write a debug wrapper for the desired thread's execution code and

Re: [Lazarus] Jump back after using Find declaration?

2011-02-05 Thread Graeme Geldenhuys
On Saturday, 5 February 2011, Bo Berglund bo.berglund@. wrote: In Lazarus I don't see the back arrow, so I wonder if there is an alternate way of doing the jump back? In the edit or search menu is the back/forward history via Ctrl+h. You can also install the editor toolbar add-on package