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
> 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
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
>
> 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
--- 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:
>
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 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
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
[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
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
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
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
> 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
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
16 matches
Mail list logo