[fpc-pascal]Re: [Mingw-users] free pascal cross compiler from windows to linuxworking.

2003-06-30 Thread Joerg Bruehe
Dear all! As I do not know on which lists it might be considered on-topic (I read only MinGW), I did not change the distribution. Harald Houppermans wrote: > > The free pascal 1.0.6 cross compiler host windows target linux is now > working. > > [...] > > The only problem seems to be that the

Re: [fpc-pascal]ocrt question

2003-06-30 Thread Marco van de Voort
> In your situation, I would insert a "virtual screen" between your application > and execution of ncurses calls. All write opertions should also be stored into > an array hereby, and when reading, use this array instead of a real read from > ncurses. > This will be the only way to get around the r

Re: [fpc-pascal]ocrt question

2003-06-30 Thread Michael Van Canneyt
On Mon, 30 Jun 2003, Marco van de Voort wrote: > > In your situation, I would insert a "virtual screen" between your application > > and execution of ncurses calls. All write opertions should also be stored into > > an array hereby, and when reading, use this array instead of a real read from >

[fpc-pascal]RE: free pascal cross compiler from windows to linux

2003-06-30 Thread Jeff Pohlmeyer
> When I read files off a floppy, they are often all copied with > their executable bit set (which is annoying). You should be able to control this by adding the "noexec" or "exec" option to the floppy entry in your /etc/fstab file: /dev/fd0 /floppy auto noauto,user,noexec 0 0 Or fro

Re: [fpc-pascal]RE: free pascal cross compiler from windows to linux

2003-06-30 Thread Alan Mead
--- Jeff Pohlmeyer <[EMAIL PROTECTED]> wrote: > > > When I read files off a floppy, they are often all copied with > > their executable bit set (which is annoying). > > You should be able to control this by adding the "noexec" or "exec" > > option to the floppy entry in your /etc/fstab file: >

[fpc-pascal]Linux RedHat v.8.0, fpc and mysqlclient: /usr/bin/ld: cannot find -lmysqlclient

2003-06-30 Thread arturogr
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

[fpc-pascal]Linux RedHat v.8.0, fpc and Characters Set output.

2003-06-30 Thread arturogr
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

Re: [fpc-pascal]Linux RedHat v.8.0, fpc and mysqlclient: /usr/bin/ld:cannot find -lmysqlclient

2003-06-30 Thread Marco van de Voort
> 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

[fpc-pascal]Where is the "Turbo Vision" for FreePascal ?

2003-06-30 Thread arturogr
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

Re: [fpc-pascal]Linux RedHat v.8.0, fpc and mysqlclient: /usr/bin/ld: cannot find -lmysqlclient

2003-06-30 Thread arturogr
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

Re: [fpc-pascal]Linux RedHat v.8.0, fpc and mysqlclient: /usr/bin/ld:cannot find -lmysqlclient

2003-06-30 Thread Marco van de Voort
[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 problem... > > I used "ldconfig", the machine

Re: [fpc-pascal]ocrt question

2003-06-30 Thread Alex Dingle
On Mon, Jun 30, 2003 at 07:55:25AM +0200, Rainer Hantsch wrote: > Hi! > > In your situation, I would insert a "virtual screen" between your application > and execution of ncurses calls. All write opertions should also be stored into > an array hereby, and when reading, use this array instead of a

Re: [fpc-pascal]Linux RedHat v.8.0, fpc and mysqlclient: /usr/bin/ld: cannot find -lmysqlclient

2003-06-30 Thread arturogr
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

[fpc-pascal]text color problems under linux w/ocrt

2003-06-30 Thread Alex Dingle
In the process of porting an old DOS game to linux using fpc, I'm having some trouble getting the textcolor(0)/textbackground(0) and textcolor(8)/textbackground(0) color combinations to display properly using ocrt and ncrt. textcolor(0)/textbackground(0) displays as white text on a black backgroun

Re: [fpc-pascal]Linux RedHat v.8.0, fpc and Characters Set output.

2003-06-30 Thread Peter Vreman
> 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 caracter

Re: [fpc-pascal]text color problems under linux w/ocrt

2003-06-30 Thread Stephen Hurd
On Mon, 30 Jun 2003 19:32:42 -0400 Alex Dingle <[EMAIL PROTECTED]> wrote: > In the process of porting an old DOS game to linux using fpc, I'm > having some trouble getting the textcolor(0)/textbackground(0) and > textcolor(8)/textbackground(0) color combinations to display properly > using ocrt an