Re: [Lazarus] libusb access from Lazarus

2008-11-21 Thread Mark Morgan Lloyd
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 Jared. >> This page also mentions th

Re: [Lazarus] MYSQL setup

2008-11-21 Thread Eric March
Tom Lisjac wrote: Hi Eric, I have followed source advice but can't connect. Can anyone help and/or is there a manual? Error: invalid compiler: file There must be something in my source looking for a compiler in the wrong place :-( The errors you're

Re: [Lazarus] libusb access from Lazarus

2008-11-21 Thread Henry Vermaak
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 Jared. > > This page also mentions that there are specific inte

Re: [Lazarus] libusb access from Lazarus

2008-11-21 Thread Mark Morgan Lloyd
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 Jared. This page also mentions that there are specific interface files available for FTDI devices- does anybody kn

Re: [Lazarus] LoadLibrary fails on WinCE

2008-11-21 Thread Pavel Řezníček
Felipe Monteiro de Carvalho napsal(a): > 1 - make sure you are using loadlibrary from the windows unit and then > call GetLastError to see why it failed. > > Windows CE has some differences from desktop. I would try putting the > library in the windows or windows/system directory or passing the ful

[Lazarus] gtk2 warning

2008-11-21 Thread Mattias Gaertner
I get this at every start: [WARNING] Out of OEM specific VK codes, changing to unassigned [WARNING] Out of unassigned VK codes, assigning $FF Is this known? Mattias ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.

Re: [Lazarus] jitform.pas won't compile

2008-11-21 Thread Dave Coventry
Vincent, I've changed /usr/bin/ppcx64-> to point to-> /opt/fpc/compiler/ppcx64 but this didn't work. However, using PP=/opt/fpc/compiler/ppcx64 did work. How is this going to affect my own applications? When I compile my own apps, which compiler will they be compiled under? and does it matter?

[Lazarus] Fwd: jitform.pas won't compile

2008-11-21 Thread Dave Coventry
This is what I did: I ran 'svn checkout http://svn.freepascal.org/svn/fpc/trunk fpc' which downloaded the fpc files into /opt/fpc I changed directory to /opt/fpc and ran 'make all', which seemed to compile okay. Then I ran 'make install' which I expected to overwrite the fpc-2.2.2 version as the

Re: [Lazarus] LoadLibrary fails on WinCE

2008-11-21 Thread Felipe Monteiro de Carvalho
1 - make sure you are using loadlibrary from the windows unit and then call GetLastError to see why it failed. Windows CE has some differences from desktop. I would try putting the library in the windows or windows/system directory or passing the full path to the library. -- Felipe Monteiro de C

[Lazarus] LoadLibrary fails on WinCE

2008-11-21 Thread Pavel Řezníček
Hello everybody, I'm an enthusiast in Lazarus and our company uses it for a database-related project for PDA (handheld computers). However, I have a problem running a compiled application on WinCE. It's very strange. I already reported this error here but it appears in the stable release too an

Re: [Lazarus] MYSQL setup

2008-11-21 Thread Tom Lisjac
Hi Eric, > I have followed source advice but can't connect. > Can anyone help and/or is there a manual? > Error: invalid compiler: file > There must be something in my source looking for a compiler in the wrong > place :-( The errors you're getting in the tutorial example are from some hard code