Re: [Lazarus] gtk2 warning

2008-11-24 Thread Luca Olivetti
En/na Mattias Gaertner ha escrit: I wonder what keyboard layouts generate this. ubuntu 8.10, layout USA, generic 105-key(intl) PC mandriva 2007.1, mandriva 2009.0, puppylinux 4.0, layout Spanish(Spain). Bye -- Luca Olivetti Wetron Automatización S.A. http://www.wetron.es/ Tel. +34 93

[Lazarus] Running Lazarus GTK1 (32bit) via a remote X11 from 64bit Linux

2008-11-24 Thread Graeme Geldenhuys
Hi, Seeing that GTK2 via remote X11 connection is totally unworkable (every screen has about 15-20 seconds delay). I thought I would use GTK1 instead. I want to use the remote Linux server (64bit system) for 64bit application testing. I don't want to develop remotely using GTK1 - I simply want

Re: [Lazarus] libusb access from Lazarus

2008-11-24 Thread Mark Morgan Lloyd
Luca Olivetti wrote: En/na Mark Morgan Lloyd ha escrit: Thanks Henry, got that. One of the things I'm due to be asked about is recoding some RS232 monitoring stuff, and I was wondering whether there was any magic I was missing. You shouldn't need libusb for that, the usb-serial

Re: [Lazarus] libusb access from Lazarus

2008-11-24 Thread Henry Vermaak
2008/11/22 Mark Morgan Lloyd [EMAIL PROTECTED]: Henry Vermaak wrote: 2008/11/21 Mark Morgan Lloyd [EMAIL PROTECTED]: Mark Morgan Lloyd wrote: I notice that http://wiki.lazarus.freepascal.org/Hardware_Access#libusb lists three sets of libusb headers from Uwe Zimmermann, Johann Glaser and Joe

Re: [Lazarus] Running Lazarus GTK1 (32bit) via a remote X11 from 64bit Linux

2008-11-24 Thread Mark Morgan Lloyd
Graeme Geldenhuys wrote: Hi, Seeing that GTK2 via remote X11 connection is totally unworkable (every screen has about 15-20 seconds delay). I thought I would use GTK1 instead. I want to use the remote Linux server (64bit system) for 64bit application testing. I don't want to develop

Re: [Lazarus] Where does Lazarus store/look for global settings/options?

2008-11-24 Thread Mattias Gaertner
On Sat, 22 Nov 2008 19:51:10 +0100 Tom Verhoeff [EMAIL PROTECTED] wrote: I was unable to find (in the wiki/FAQ) where Lazarus stores its global settings/options (the ones that are not project-specific and don't go into *.lpi). Because no one needed general information about them yet. See

[Lazarus] LHelp missing unit + codetools bug

2008-11-24 Thread Stephano
Compiling lhelp project produces the following error: chmspecialparser.pas(1,1) Fatal: Can't find unit chmFIftiMain used by chmcontentprovider Additionally, the source editor shows unit ChmSpecialParser and highlights the first line (a comment block) instead of showing unit chmcontentprovider

Re: [Lazarus] libusb access from Lazarus

2008-11-24 Thread Mark Morgan Lloyd
Henry Vermaak wrote: the ftdi chip is practically a usb to serial converter, so you can actually use that. if you look at their windows dll api, you'll see that they've got a set of functions that mimic the windows serial functions. otherwise there are serial comms units for fpc (but i

Re: [Lazarus] Running Lazarus GTK1 (32bit) via a remote X11 from 64bit Linux

2008-11-24 Thread Hans-Peter Diettrich
Graeme Geldenhuys schrieb: I get the following error: --- [EMAIL PROTECTED]:~/programming$ ./lazarus.gtk1 ./lazarus.gtk1: error while loading shared libraries: libglib-1.2.so.0: cannot open shared object file: No such file or directory

Re: [Lazarus] Running Lazarus GTK1 (32bit) via a remote X11 from 64bit Linux

2008-11-24 Thread Joost van der Sluis
Op maandag 24-11-2008 om 10:27 uur [tijdzone +0200], schreef Graeme Geldenhuys: I get the following error: --- [EMAIL PROTECTED]:~/programming$ ./lazarus.gtk1 ./lazarus.gtk1: error while loading shared libraries: libglib-1.2.so.0: cannot open shared object file:

Re: [Lazarus] LHelp missing unit + codetools bug

2008-11-24 Thread Mattias Gaertner
On Mon, 24 Nov 2008 12:38:05 +0200 Stephano [EMAIL PROTECTED] wrote: Compiling lhelp project produces the following error: chmspecialparser.pas(1,1) Fatal: Can't find unit chmFIftiMain used by chmcontentprovider Additionally, the source editor shows unit ChmSpecialParser and highlights

Re: [Lazarus] Running Lazarus GTK1 (32bit) via a remote X11 from 64bit Linux

2008-11-24 Thread Graeme Geldenhuys
On Mon, Nov 24, 2008 at 10:27 AM, Graeme Geldenhuys [EMAIL PROTECTED] wrote: Lazarus IDE with GTK1 on my local 32bit system. Copied the executable over to the remote 64bit server. But I am unable to run Lazarus on the remote server. I get the following error: ---

Re: [Lazarus] LHelp missing unit + codetools bug

2008-11-24 Thread Paul Ishenin
Mattias Gaertner wrote: lhelp compiles here. Maybe your svn is not up2date or contains local changes? Mattias Mattias, I guess you are using fpc 2.3.1. Some files are still not merged into fixes_2_2. Best regards, Paul Ishenin. ___ Lazarus

Re: [Lazarus] libusb access from Lazarus

2008-11-24 Thread Marc Santhoff
Am Montag, den 24.11.2008, 10:55 + schrieb Mark Morgan Lloyd: Henry Vermaak wrote: the ftdi chip is practically a usb to serial converter, so you can actually use that. if you look at their windows dll api, you'll see that they've got a set of functions that mimic the windows serial

Re: [Lazarus] libusb access from Lazarus

2008-11-24 Thread Mark Morgan Lloyd
Marc Santhoff wrote: Does anybody use libusb-win32? If so could I have a copy of the unpacked binaries- I've got NT4 systems here which do have USB low-level drivers but the installer insists on NT5 and I don't want to start working out how to rebuild them. I have installed that stuff

Re: [Lazarus] Where does Lazarus store/look for global settings/options?

2008-11-24 Thread Tom Verhoeff
On Mon, Nov 24, 2008 at 11:38:54AM +0100, Mattias Gaertner wrote: On Sat, 22 Nov 2008 19:51:10 +0100 Tom Verhoeff [EMAIL PROTECTED] wrote: On my Mac, they appear to be stored in several XML files located in ~/.lazarus/ Yes. (There are some ideas to change this to a more mac like

Re: [Lazarus] LHelp missing unit + codetools bug

2008-11-24 Thread Stephano
Paul Ishenin wrote: Mattias, I guess you are using fpc 2.3.1. Some files are still not merged into fixes_2_2. Best regards, Paul Ishenin. Recompiled using FPC 2.3.1 gracefully. Thanks! PS: Where can we find the chm files? ___ Lazarus mailing list

Re: [Lazarus] Where does Lazarus store/look for global settings/options?

2008-11-24 Thread Mattias Gaertner
On Mon, 24 Nov 2008 18:04:38 +0100 Tom Verhoeff [EMAIL PROTECTED] wrote: On Mon, Nov 24, 2008 at 11:38:54AM +0100, Mattias Gaertner wrote: On Sat, 22 Nov 2008 19:51:10 +0100 Tom Verhoeff [EMAIL PROTECTED] wrote: On my Mac, they appear to be stored in several XML files located in

Re: [Lazarus] LHelp missing unit + codetools bug

2008-11-24 Thread Vincent Snijders
Stephano schreef: Paul Ishenin wrote: Mattias, I guess you are using fpc 2.3.1. Some files are still not merged into fixes_2_2. Best regards, Paul Ishenin. Recompiled using FPC 2.3.1 gracefully. Thanks! PS: Where can we find the chm files? ftp://ftp.hu.freepascal.org/pub/lazarus/ The

Re: [Lazarus] Error during linkage editing

2008-11-24 Thread Arí Ricardo Ody
I'd go to http://wiki.lazarus.freepascal.org/Installing_Lazarus#Installing_on_Mandriva and follow the steps suggested there. I uninstall via rpm fpc/fpc-src/lazarus I'd download the packages fpc/fpc-docs/fpc-src and lazarus from the link suggested. I'd open Konqueror and doble click over

[Lazarus] WinXp Windowing Question

2008-11-24 Thread SteveG
Hi - having problems getting Laz created windows to 'Stay on Top' in WinXP I have used the Win API, a program called 'cmdow', and another called 'PowerMenu' - all fail to force 'OnTop' I can control all other (so far) aspects of the Laz created window (pos/size/focus/etc) I have noted that

Re: [Lazarus] Where does Lazarus store/look for global settings/options?

2008-11-24 Thread John vd Waeter
Windows: depends on the installation. I'm not sure if GetAppConfigDir depends on windows version. Maybe Vincent can tell. On winxp I found them under: C:\Documents and Settings\John\Local Settings\Application Data\lazarus Note that local Settings is a hidden dir, usually. kind regards,

Re: [Lazarus] WinXp Windowing Question

2008-11-24 Thread JoshyFun
Hello SteveG, Monday, November 24, 2008, 9:37:50 PM, you wrote: S Hi - having problems getting Laz created windows to 'Stay on Top' in WinXP S I have used the Win API, a program called 'cmdow', and another called S 'PowerMenu' - all fail to force 'OnTop' S I can control all other (so far)

Re: [Lazarus] WinXp Windowing Question

2008-11-24 Thread SteveG
JoshyFun wrote: Thanks for the pointer - will keep an eye on this Dont quite know why the Laz app wont even allow external apps to force the OnTop setting though - still trying combinations Hello SteveG, Monday, November 24, 2008, 9:37:50 PM, you wrote: S Hi - having problems getting Laz

Re: [Lazarus] Where does Lazarus store/look for global settings/options?

2008-11-24 Thread Tom Verhoeff
On Mon, Nov 24, 2008 at 08:03:18PM +0100, Mattias Gaertner wrote: On Mon, 24 Nov 2008 18:04:38 +0100 Tom Verhoeff [EMAIL PROTECTED] wrote: Where do they go under Windows and Linux? Linux, BSD, Solaris: $HOME/.lazarus Windows: depends on the installation. I'm not sure if GetAppConfigDir

Re: [Lazarus] Where does Lazarus store/look for global settings/options?

2008-11-24 Thread Luca Olivetti
En/na Mattias Gaertner ha escrit: IMO it should go to development documentation, because these files are almost only edited by the IDE itself. I never edited them myself manually. I would even say: If you need to edit/inspect them, then you found a bug. Then I found a bug ;-) I reported