Re: [fpc-pascal]Programs don't come back

2004-08-02 Thread John Coppens
On Mon, 2 Aug 2004 16:08:01 -0700 Jeff Weeks <[EMAIL PROTECTED]> wrote: > Ctrl-Alt-F7 works. > > Then I tried the maze sample and it comes back. So I'll figure out > what it's doing differently. > > Thanks, everyone. > > Jeff Hi Jeff... Getting the graph thing to work is delicate (to say th

Re: [fpc-pascal]Programs don't come back

2004-08-02 Thread Jeff Weeks
Ctrl-Alt-F7 works. Then I tried the maze sample and it comes back. So I'll figure out what it's doing differently. Thanks, everyone. Jeff On Aug 2, 2004, at 2:58 PM, Jeff Weeks wrote: Thanks, I'll try that! The clrscr function seems to be the culprit. When it hits that it clears the screen, pu

Re: [fpc-pascal]Programs don't come back

2004-08-02 Thread Jeff Weeks
Thanks, I'll try that! The clrscr function seems to be the culprit. When it hits that it clears the screen, puts up an old pong-style mouse cursor, and I can't get back to Linux. I don't think it's switching to graphics mode. Just some text mode like you suggest. Jeff On Aug 2, 2004, at 11:5

Re: [fpc-pascal]Programs don't come back

2004-08-02 Thread John Coppens
On Mon, 2 Aug 2004 12:40:37 -0700 Jeff Weeks <[EMAIL PROTECTED]> wrote: > Fedora core II. My programs seem to take over the whole screen and > when they finish the system is stuck. Linux doesn't come back. I have > to reboot every time. There are no loops.. just hitting "END.". > > Any sugg

Re: [fpc-pascal]Programs don't come back

2004-08-02 Thread Agustin Barto
I have FC2 (with prelinking and exec-shield enabled) and the programs work just fine. I'm using fpc-1.9.4. On Mon, 2 Aug 2004 19:57:21 +0200 (CEST), Marco van de Voort <[EMAIL PROTECTED]> wrote: > > Fedora core II. My programs seem to take over the whole screen and > > when they finish the system

Re: [fpc-pascal]Programs don't come back

2004-08-02 Thread Jeff Weeks
Do you call closegraph? I'm converting Turbo code... probably making some mistakes On Aug 2, 2004, at 11:05 AM, Agustin Barto wrote: I have FC2 (with prelinking and exec-shield enabled) and the programs work just fine. I'm using fpc-1.9.4. On Mon, 2 Aug 2004 19:57:21 +0200 (CEST), Marco van

Re: [fpc-pascal]Programs don't come back

2004-08-02 Thread Marco van de Voort
> Fedora core II. My programs seem to take over the whole screen and > when they finish the system is stuck. Linux doesn't come back. I have > to reboot every time. There are no loops.. just hitting "END.". > > Any suggestions? Some problem with that distribution, or the packages you instal

[fpc-pascal]Programs don't come back

2004-08-02 Thread Jeff Weeks
Fedora core II. My programs seem to take over the whole screen and when they finish the system is stuck. Linux doesn't come back. I have to reboot every time. There are no loops.. just hitting "END.". Any suggestions? ___ fpc-pascal maillist - [E

RE: [fpc-pascal]usb devices

2004-08-02 Thread jordi
El dl, 02-08-2004 a las 12:51, [EMAIL PROTECTED] escribió: > Sorry. This one if for TP7.0 you can convert it to FPC. > http://pascal.sources.ru/hardware/usb4pas.htm > > OK. I had the file somewhere on disk. Please find it attached. > > > > Thank all. > > -- (Please, if you can answer use

RE: [fpc-pascal]usb devices

2004-08-02 Thread Lubomir . Cabla
Sorry. This one if for TP7.0 you can convert it to FPC. http://pascal.sources.ru/hardware/usb4pas.htm Lubomir Cabla/CBL > -Original Message- > From: jordi [mailto:[EMAIL PROTECTED] > Sent: Monday, August 02, 2004 12:44 PM > To: Llista Pascal > Subject: RE: [fpc-pascal]usb devices > > >

Re: [fpc-pascal]usb devices

2004-08-02 Thread Pedro Lopez-Cabanillas
On Monday 02 August 2004 12:43, jordi wrote: > El dl, 02-08-2004 a las 12:30, [EMAIL PROTECTED] escribió: > This is the c lib, but I'd like the pascal interface to this lib fpcusb. OK. I had the file somewhere on disk. Please find it attached. Regards, Pedro fpcusb.tgz Description: application/

RE: [fpc-pascal]usb devices

2004-08-02 Thread jordi
El dl, 02-08-2004 a las 12:30, [EMAIL PROTECTED] escribió: > Try this one > http://cesnet.dl.sourceforge.net/sourceforge/libusb/libusb-0.1.8.tar.gz This is the c lib, but I'd like the pascal interface to this lib fpcusb. Thanks. -- (Please, if you can answer use the list, otherwise I won't recei

RE: [fpc-pascal]usb devices

2004-08-02 Thread Lubomir . Cabla
Try this one http://cesnet.dl.sourceforge.net/sourceforge/libusb/libusb-0.1.8.tar.gz Lubomir Cabla/CBL > -Original Message- > From: jordi [mailto:[EMAIL PROTECTED] > Sent: Monday, August 02, 2004 12:01 PM > To: Llista Pascal > Subject: [fpc-pascal]usb devices > > > Hi, I'd like to send/

[fpc-pascal]usb devices

2004-08-02 Thread jordi
Hi, I'd like to send/receive data to/from an usb device using Linux and Free Pascal, can I do this directly? I known how to access /dev/ttySn (com1, com2, cometc) and I'd like to do something similar with an usb device. Perhaps the best way is using libusb, but the link to fpcusb seems to be down

Re: [fpc-pascal]dumb question

2004-08-02 Thread Jilani Khaldi
[EMAIL PROTECTED] wrote: Ok, guys. it's only been like 15 years since I have written any pascal code. Can someone please help me with syntax for opening a file so that I can read variable length lines of text from it, then output to another file. Running in DOS on an x86 machine. Thank you.

Re: [fpc-pascal]dumb question

2004-08-02 Thread Michael Van Canneyt
On Sun, 1 Aug 2004 [EMAIL PROTECTED] wrote: > Ok, guys. it's only been like 15 years since I have written any pascal code. > Can someone please help me with syntax for opening a file so that I can read > variable length lines of text from it, then output to another file. Running > in DOS on an

[fpc-pascal]dumb question

2004-08-02 Thread Swh8204
Ok, guys.  it's only been like 15 years since I have written any pascal code.  Can someone please help me with syntax for opening a file so that I can read variable length lines of text from it, then output to another file. Running in DOS on an x86 machine.  Thank you. Jason