Re: [lazarus] IBConnection error in win64

2007-06-21 Thread Joost van der Sluis
On Wed, 2007-06-20 at 21:26 -0300, Carlos German Tejero wrote: I put the libmysql.dll in system32 and the application directory and the problem persist. When i connect with Con.Open; the application finish. Can you tell what exception. (If it's 'invalid password' you know where to look) And

[lazarus] IBConnection error in win64

2007-06-20 Thread Carlos German Tejero
Hi: I'm test lazarus 0.9.23beta (r11234), on win64. I have installed Firebird 2.0.1 for 32bits, and works fine. When try to connect using a sqldb/ibconnection lazarus report an error: Can not load default Firebird clients(gds32.dll or fbclient.dll). Check your installation. But i have installed

Re: [lazarus] IBConnection error in win64

2007-06-20 Thread Vincent Snijders
On Wed, 20 Jun 2007 19:16:34 -0300 Carlos German Tejero [EMAIL PROTECTED] wrote: Hi: I'm test lazarus 0.9.23beta (r11234), on win64. I have installed Firebird 2.0.1 for 32bits, and works fine. When try to connect using a sqldb/ibconnection lazarus report an error: Can not load default

Re: [lazarus] IBConnection error in win64

2007-06-20 Thread Carlos German Tejero
Ok, but i'm using mysql5 64bits and the problem is the same. it's a fpc bug? i'm using fpc 64bits. thanks. 2007/6/20, Vincent Snijders [EMAIL PROTECTED]: On Wed, 20 Jun 2007 19:16:34 -0300 Carlos German Tejero [EMAIL PROTECTED] wrote: Hi: I'm test lazarus 0.9.23beta (r11234), on win64. I

Re: [lazarus] IBConnection error in win64

2007-06-20 Thread Carlos German Tejero
Sorry, i'm using a incorrect libmysql.dll, i correct this and the problem is solved (for mysql). But now i have a new problem, when connect to a mysql database, the open method raise an exception and the application finish, i catch the exception with a try/except but the application finish too.

Re: [lazarus] IBConnection error in win64

2007-06-20 Thread Vincent Snijders
On Wed, 20 Jun 2007 19:39:26 -0300 Carlos German Tejero [EMAIL PROTECTED] wrote: Ok, but i'm using mysql5 64bits and the problem is the same. it's a fpc bug? i'm using fpc 64bits. thanks. If you are using 64 bits dlls from a 64 bits application, you should put the dll's in the system32

Re: [lazarus] IBConnection error in win64

2007-06-20 Thread Carlos German Tejero
I put the libmysql.dll in system32 and the application directory and the problem persist. When i connect with Con.Open; the application finish. Thanks. 2007/6/20, Vincent Snijders [EMAIL PROTECTED]: On Wed, 20 Jun 2007 19:39:26 -0300 Carlos German Tejero [EMAIL PROTECTED] wrote: Ok, but i'm