I am trying to get access to a DataBase in a MySQL server from a Linux RH
8.0 machine (I modified the testdb.pp in order to access the DB):
(from a MS-Win98SE machine I got my program to work using/copying the
libmySQL.dll into windows\system)
I have in the linux machine the "mysqlclient9" installe
When using a character: ej. chr(254) and others, the "Terminal" window (in
X mode (Graphic mode) using "startx") in Linux RH 8.0 show a "?" instead
of the apropiate character.
What is happening ?
Same occurs when running the "FreePascal IDE for Linux v. 0.9.0
2002/04/30", the caracters arround the
I spent a few time looking for a FreePascal TurboVision software,...
I got some files from the net called: "fv"(fv,drivers,fv-ldb,objects) or
"gv"(gvision-3.zip).
... but I give-up, I have no idea of HOW or WHERE to start using them... I
want to use them in MS-Windows and in Linux RH platform.
Any
Thanks for youy reply... but partially solved the problem...
I used "ldconfig", the machine took a little while... then.. I modified
the "fp.cfg" (adding a "-Fl/usr/lib/mysql/" line, it wasn't there)... then
y tried to compile "testdb.pp" again:
1) From the "FreePascal IDE" It worked fine, It comp
PERFECT!, SOLVED.
THANKS A LOT.
>
> [top-quote somewhat fixed]
>
>> > If the above thing still fails, simply add
>> >
>> > -Fl/usr/lib/mysql
>> >
>> > to your fpc.cfg as an override to the normal ld configuration.
>
>
>> Thanks for youy reply... but partially solved the