Re: [Lazarus] LCL_FULLVERSION is not recognized

2018-07-12 Thread Rik van Kekem via Lazarus
On 12-07-2018 12:51, frans via Lazarus wrote: I use Lazarus 1.6.4 (temporarely) and lazarus 1.8.4 on Windows 10. I need to use the LCL version but I can't get it to work properly. I use the following code:   {$IFDEF LCL_FULLVERSION > 108}   {$ELSE}   {$ENDIF} Compiling the program give me

Re: [Lazarus] Unknown error codes.

2018-05-01 Thread Rik van Kekem via Lazarus
On 29-04-2018 23:55, Carlos E. R. via Lazarus wrote: It does not list the error 26 I got. It is possible that there are different numbers on different operating systems? That list seems to be related to Windows, but the link does not say. It's always possible to get the text of an OS error via

Re: [Lazarus] A fix for an annoying problem on Linux

2018-04-03 Thread Rik van Kekem via Lazarus
Op 03-04-2018 15:40 schreef wkitty42--- via Lazarus: On 04/02/2018 09:51 AM, Anthony Walter via Lazarus wrote: Here you go ... what did you change? i see the code you added but i do not see any difference in the pictures you posted... It's a very (very) subtle difference... It will add

Re: [Lazarus] SQLdb_Tutorial3 error

2018-03-13 Thread Rik van Kekem via Lazarus
Op 13-03-2018 12:22 schreef Santiago A. via Lazarus: Thanks. Finally it works. I created the table employee and set the full path of the file. Nevertheless, it looks that sqlite3 is a little... well... sending SIGSEGV is not a valid error, "cant' find file", "table doesn't exits" etc would be

Re: [Lazarus] SQLdb_Tutorial3 error

2018-03-13 Thread Rik van Kekem via Lazarus
Op 13-03-2018 10:43 schreef Santiago A. via Lazarus: My point is if I'm missing some package, or the dll should be in other path, or a hint how to dig and debug deeper, beacuse I can't debug into open. No, the SQLite3.dll and your DB should be sufficient. Could you include your .ini file and

Re: [Lazarus] SQLdb_Tutorial3 error

2018-03-12 Thread Rik van Kekem via Lazarus
Op 08-03-2018 16:07 schreef Santiago A. via Lazarus: sqlite3.dll is in the same directory that the binary. I have created the table employee, just in case. I don't know what else to check.  I can't debug anything else, the debug can't enter in "open" method. Creating the database and table

Re: [Lazarus] Object inspector bug - exception

2018-03-08 Thread Rik van Kekem via Lazarus
On 06/03/18 17:12, Rik van Kekem via Lazarus wrote: > Can someone file a bugreport please. > I am unable to do so ATM. Done. https://bugs.freepascal.org/view.php?id=33344 The exception is fixed in trunk. But I was under the impression that using TAB in the Component-filter in