[fpc-devel] LinkLib Issues In Lazarus and in FPC-2.0.2

2006-07-16 Thread Bob
o produce: Linking ../lazarus /usr/home/bob/lazarus/lcl/units/i386-freebsd/gtk/gtkint.o(.text+0x6f65): In function `DATASOURCEINITIALIZE': gtkobject.inc:2309: undefined reference to `gdk_pixbuf_get_from_drawable' Many many more "undefined reference" to something missing in gdk

Re: [fpc-devel] LinkLib Issues In Lazarus and in FPC-2.0.2

2006-07-16 Thread Bob
enable us > to fix this by just adding either command line params (eg: fpc > -Laglib=glib-12.so) or changing it in fpc.cfg for all compilations > (preffered and porters can do this) > I don't understand, why not just fix the missing "-" in the IFDEF FreeBSD statement, and

[fpc-devel]Compiler error

2003-10-23 Thread Bob Martin
87f284 EDI=0337ebe1 DS=0053 DSACC=f0f3 DSLIM= ES=0053 ESACC=f0f3 ESLIM= FS=150b FSACC=00f3 FSLIM=0030 GS= GSACC= GSLIM= CS:EIP=005b:000190c2 CSACC=f0df CSLIM= SS:ESP=0053:0337ebe0 SSACC=f0f3 SSLIM= EBP=0337ece8 FLG=00012202 PPC1.EXE 000

[fpc-devel] AsString and AsWideString both return 255 Bytes

2020-05-09 Thread Bob via fpc-devel
Hi, using SQLite3, the latest version of Lazarus 2.0.8 and I assume FPC. This sqlMain.FieldByName('name').AsString; and this sqlMain.FieldByName('name').AsWideString; BOTH return 255 Bytes. I have a TEXT Field in the database 1776 Bytes long. The data looks OK in SQBrowser, but FPC/Lazarus brin