[fpc-pascal] Question with 2 different querys with Firebird

2004-10-15 Thread Eduardo Lopez
Hello all: I'm working with an application that must do 2 querys I can connect with the Firebird DB, do the first query and all is ok. Query := TIBQuery.Create(nil); Query.Database := Database; Query.Transaction := Trans; Trans.Action := caCommitRetaining; Trans.Active := True; Query.SQ

Re: [fpc-pascal]Re: [fpc-pascal]Re: [fpc-pascal]Can't find lmysqlclient What I'm missing? SOLVED!!

2004-06-08 Thread Eduardo Lopez
Thank you to all. I have solved the problem. Yours tips help me to check what I'm doing wrong: 1 - In home (Mandrake 8.2) was only the symbolic link: when I created the correct it works: ln -s .. *libmysqlclient.so* 2 - In work (Fedora Core 1), I haven't installed the mysq-client rpm, whe

Re: [fpc-pascal]Re: [fpc-pascal]Re: [fpc-pascal]Can't find lmysqlclient What I'm missing?

2004-06-07 Thread Eduardo Lopez
Anton Tichawa escribió: Excuse me if I#m wrong, but shouldn't that read: ln -s libmysqlclient.so.10.0.0 libmysqlclient.so ('lib' instead of 'l' in the second argument) I'm sorry, but the error say: can't find _lmysqlclient_ In /usr/bin I 've created : lmysqlclient lmysqlclient.so libmysqlclient li

[fpc-pascal]Re: [fpc-pascal]�at I'm missing?

2004-06-07 Thread Eduardo Lopez
Michael Van Canneyt escribiÃ: On Mon, 7 Jun 2004, Eduardo Lopez wrote: Hello all: I'm just trying to compile the testdb.pp and I get the following error: ln -s libmysqlclient.so.10.0.0 lmysqlclient This should be: ln -s libmysqlclient.so.10.0.0 lmysqlclient.so Michael. Thank you

[fpc-pascal]Can't find lmysqlclient ¿What I'm missing?

2004-06-07 Thread Eduardo Lopez
Hello all: I'm just trying to compile the testdb.pp and I get the following error: ./ld:can't find lmysqlclient 1) I'm working with Mandrake 8.2 2) Installed mysql with all library (database and development) 3) Installed fpc 1.9.3 rpm, fpc doc rpm and fpcsrc 1.9.3 rpm. 4) copy testdb.pp to

[fpc-pascal]Libglade and fpc

2004-02-13 Thread Eduardo Lopez
Helllo all: I'm just starting to extend some examples about fpc, Gtk, MySql and Firebird. Like the samples I'm writing all the code to create the windows and widgets. It's possible to implement Libglade in fpc? Anyone has do it? Thanks in advance.

Re: [fpc-pascal]Newbie question: fpc + gtk + clist SOLVED!!

2003-12-19 Thread Eduardo Lopez
t read the correspnding row selected -using my variable- and fill the entry widgets... Regards... Eduardo Eduardo Lopez wrote: Hello all: 1st. Sorry about my english :-) I'm trying to develop an GUI application with fpc and gtk. And I begin exploring and extending the examples. I'm worki

[fpc-pascal]Newbie question: fpc + gtk + clist

2003-12-16 Thread Eduardo Lopez
Hello all: 1st. Sorry about my english :-) I'm trying to develop an GUI application with fpc and gtk. And I begin exploring and extending the examples. I'm working with clist.pp and added three buttons: Insert, Change, Delete. The goal is that the user press anyone and display a convenient fo

[fpc-pascal]Problem linking TESTIB.PP

2003-07-18 Thread Eduardo Lopez
Hello all: I'm trying to compile te TESTIB.PP and I get the following error: Linking testib.exe c:\pp\bin\win32\ldw.exe: cannot find -ldl testib.pp(89,1) Error: Error while linking Closing script ppas.bat What I'm doing wrong? Thanks in advance. Eduardo __