[fpc-pascal] Re:Mantis #10183: SqlDB cannot open any query (got Access Violation)

2007-12-17 Thread John
Hi, According to Mantis the above was fixed at svn 9304, as far as I can see. I have svn 9484 (trunk), but still have the problem, and still have the code that Andrey pointed out as causing the problem, not the code he suggested as fixing it. I also can't see a log entry for svn #9304 under

Re: [fpc-pascal] Re:Mantis #10183: SqlDB cannot open any query (got Access Violation)

2007-12-17 Thread Andrey Gusev
* John <[EMAIL PROTECTED]> [Mon, 17 Dec 2007 22:46:35 +1100]: I also can't see a log entry for svn #9304 under sqldb. r9304 was fix Strings=nil accept in ExtractStrings(), in classes.inc, from rtl/objpas/classes ___ fpc-pascal maillist - fpc-pasca

[fpc-pascal] Problems with generics

2007-12-17 Thread bartek
Hi, I am toying around with generics and i got stuck when writing somewhat more advanced generic code. This code has already been once submitted by me as a bug(#0010247) report because fpc 2.2.0 crashes when trying to compile this. But this time I got futher with the latest svn(9488) compile. Th

Re: [fpc-pascal] Lazarus + Qt4 in FreeBSD

2007-12-17 Thread Den Jean
On Saturday 15 December 2007 02:25:59 pm [EMAIL PROTECTED] wrote: > I will try disable SSE2 instructions... It was a long shot ... can you tell us which freebsd ? if I have time I may give it a try please try latest lazarus svn source again. (you are already using fpc 2.2.0 I see, Ok).

Re: [fpc-pascal] Re:Mantis #10183: SqlDB cannot open any query (got Access Violation)

2007-12-17 Thread John
Andrey Gusev wrote: * John <[EMAIL PROTECTED]> [Mon, 17 Dec 2007 22:46:35 +1100]: I also can't see a log entry for svn #9304 under sqldb. r9304 was fix Strings=nil accept in ExtractStrings(), in classes.inc, from rtl/objpas/classes ___ fpc-pascal m