[fpc-pascal] sigsegv error using tsqlquery

2006-08-23 Thread Jose Luis Jurado Rincon
Hi!   I’m trying develope a database application using tOBDCconnection, tSQLTransaction y  tSQLQuery.   I have to do several SELECT and UPDATE sentences but in some cases (not always the sames), compiler throw SIGSEGV exception in the CONCAT_TWO_BLOCKS procedure or others (I suppose int

[fpc-pascal] operator overloading

2006-08-23 Thread Kendall Bell
I can't seem to be able to overload the = operator for classes. Every time I try I get the following error: Error: Impossible operator overload I can overload all other operators just fine. Is this a bug, or dos the compiler just not allow overloading of the = operator for classes. _

Re: [fpc-pascal] Hardware

2006-08-23 Thread Adrian Veith
google for the Jedi JCL library, it contains many useful routines for delphi - object pascal. with some handwork, the routines should work with fpc as well. Adrian. Fabrício F. Kammer schrieb: Thanks A.J. Do you know where can I get some example of how to do this? Is it possible to have a c