Re: [Lazarus] Gecko on lazarus

2009-11-09 Thread Graeme Geldenhuys
Hans-Peter Diettrich wrote: AFAIK Gecko is not limited to rendering HTML. That's not what I said. I simply meant that even though the Gecko engine will be good at rendering HTML (one of it's functions), the size of LHelp will be considerably bigger and will have more dependencies (it needs

[Lazarus] Lazarus debug issues

2009-11-09 Thread ik
Hello list, Recently I've written a console application using Lazarus. It had an Access violation, and why gdb (that I used on my own) told me about one line, when I execute it on Lazarus, Lazarus pointed on a different line. It just happen that Lazarus pointed on the line where i should have

Re: [Lazarus] FindInvalidUTF8Character hanging linux hard?

2009-11-09 Thread Luca Olivetti
En/na Mattias Gaertner ha escrit: Long version: I have a (relatively simple) program that has been running flawlessly 24x7 the last 4 years. [...] The most intriguing part is that, under the test conditions, FindInvalidUTF8Character is only given pure ASCII strings, so it should never

Re: [Lazarus] Delphi editor clone

2009-11-09 Thread Hans-Peter Diettrich
Reimar Grabowski schrieb: Please have a look at examples/dockmanager/elasticsite/SiteTest project. It demonstrates how docking could work in the Lazarus IDE, Gave it a try and it looks like it needs some more work. I did some more work, and fixed almost all the flaws :-) Please check

[Lazarus] Cross-compiling Linux project to Windows from inside IDE

2009-11-09 Thread Graeme Geldenhuys
Hi, I followed the instructions on the Wiki to create a cross-compiler for Windows. http://wiki.lazarus.freepascal.org/Cross_compiling#To_Windows My current system is Ubuntu 64bit with FPC 64bit. I'm cross-compiling my projects to Win32 from inside the IDE. I have managed to successfully

Re: [Lazarus] Cross-compiling Linux project to Windows from inside IDE

2009-11-09 Thread Mattias Gärtner
Zitat von Graeme Geldenhuys gra...@mastermaths.co.za: [...] Below is a partial layout of fpGUI project directory, to help explain my reason for multiple .lpk files - one for each backend (platform). /home/graemeg/programming/fpgui . |-lib |---i386-linux |---i386-win32

Re: [Lazarus] Lazarus debug issues

2009-11-09 Thread David Emerson
On Mon 9 Nov 2009, JoshyFun wrote: This could also happend when you do not full recompile the code and debug an .inc file, as this file may had not been recompiled at all because the .pas one was not modified. I believe this is alleviated when the inc file is properly added to the project or

Re: [Lazarus] Lazarus debug issues

2009-11-09 Thread JoshyFun
Hello Lazarus-List, Monday, November 9, 2009, 7:30:12 PM, you wrote: DE On Mon 9 Nov 2009, JoshyFun wrote: This could also happend when you do not full recompile the code and debug an .inc file, as this file may had not been recompiled at all because the .pas one was not modified. DE I

[Lazarus] ghost images of the frame [Re: Delphi editor clone]

2009-11-09 Thread Martin
Try the following, - open one or 2 sources in the main window (just to make sure you have some tabs) - show object inspector (or messages...) and dock to the main window ( it must be docked to the main win, or it will not happen) - now grab the OI at it's top left corner and start dragging