Re: [fpc-pascal] Intel x86 inline assembler problem

2008-11-19 Thread leledumbo
Jonas Maebe-2 wrote: > > I don't think there is any. Use a label instead. Or do you want to > jump into the middle of an instruction? > OK, changed to: procedure DumpRegs; label GetEIP; ... call GetEIP GetEIP: pop dword ptr EIP ... It runs OK, but I'm not sure whether this is the corr

Re: [fpc-pascal] How to execute a command line

2008-11-19 Thread Jonas Maebe
On 19 Nov 2008, at 20:53, Felipe Monteiro de Carvalho wrote: I was asking myself how to execute a command line, so I went to use Unix.shell, but now it seams to be deprecated. What should I be using instead? unix.fpsystem Not TProcess, because I don't know the exact path of what I am calli

[fpc-pascal] How to execute a command line

2008-11-19 Thread Felipe Monteiro de Carvalho
Hello, I was asking myself how to execute a command line, so I went to use Unix.shell, but now it seams to be deprecated. What should I be using instead? Not TProcess, because I don't know the exact path of what I am calling, I would like to use something in the path. I also need something that

Re: [fpc-pascal] NNTP client componens for Free Pascal

2008-11-19 Thread Jürgen Hestermann
Anybody know of a Free Pascal compatible NNTP client (news reader) component? Synapse has one, though I never used it (I only used the ftp client and the tftp client/server) Yes. I also use Synapse (http://ararat.cz/synapse/doku.php) and it works very good. I also didn't use the NNTP client th

Re: [fpc-pascal] Regular expressions

2008-11-19 Thread Graeme Geldenhuys
On Wed, Nov 19, 2008 at 4:00 PM, Lee Jenkins <[EMAIL PROTECTED]> wrote: > > Where did you see support for Firebird? This sounds very promising as > Firebird has needed a good FTS for a long time. I looked around the site > but didn't see any mention of Firebird. What is really funny is that you

Re: [fpc-pascal] Regular expressions

2008-11-19 Thread Graeme Geldenhuys
On Wed, Nov 19, 2008 at 4:00 PM, Lee Jenkins <[EMAIL PROTECTED]> wrote: > Where did you see support for Firebird? This sounds very promising as > Firebird has needed a good FTS for a long time. I looked around the site > but didn't see any mention of Firebird. Main page under "Oct 30, 2008. 0.9.

Re: [fpc-pascal] Regular expressions

2008-11-19 Thread Lee Jenkins
Michael Van Canneyt wrote: On Wed, 19 Nov 2008, Graeme Geldenhuys wrote: Hi, I'm taking up the challenge in writing a Free Pascal & fpGUI newsgroup reader. The main reason is really to archive the news content for off-line processing, so that I can extend the WebNews (cgi application) used by

Re: [fpc-pascal] Intel x86 inline assembler problem

2008-11-19 Thread Jonas Maebe
On 19 Nov 2008, at 04:08, leledumbo wrote: What's Free Pascal's substitution for $ (used as Hex in FPC, current line address in normal assembler)? I don't think there is any. Use a label instead. Or do you want to jump into the middle of an instruction? EIP is recognized by the assemble

Re: [fpc-pascal] NNTP client componens for Free Pascal

2008-11-19 Thread Luca Olivetti
El Wed, 19 Nov 2008 11:48:28 +0200 "Graeme Geldenhuys" <[EMAIL PROTECTED]> escribió: > Hi, > > Anybody know of a Free Pascal compatible NNTP client (news reader) > component? Synapse has one, though I never used it (I only used the ftp client and the tftp client/server) Bye -- Luca ___

Re: [fpc-pascal] NNTP client componens for Free Pascal

2008-11-19 Thread Marco van de Voort
In our previous episode, Graeme Geldenhuys said: > > Otherwise: the usual socket suits. I'm sure Ales will implement it into LNet > > instantly. Otherwise: use Indy. > > Thanks, I'll look at LNet and Indy. I remember using Indy in my Delphi > days, but didn't know it's been ported to Free Pascal -

Re: [fpc-pascal] NNTP client componens for Free Pascal

2008-11-19 Thread Graeme Geldenhuys
On Wed, Nov 19, 2008 at 12:02 PM, Marco van de Voort <[EMAIL PROTECTED]> wrote: > > Otherwise: the usual socket suits. I'm sure Ales will implement it into LNet > instantly. Otherwise: use Indy. Thanks, I'll look at LNet and Indy. I remember using Indy in my Delphi days, but didn't know it's been

Re: [fpc-pascal] NNTP client componens for Free Pascal

2008-11-19 Thread Marco van de Voort
In our previous episode, Graeme Geldenhuys said: > Anybody know of a Free Pascal compatible NNTP client (news reader) component? A few years back, there was a project to update an old FIDO reader to multiple projects called OpenXP. Their site seems to have gone the way of the dodo, but afaik the

Re: [fpc-pascal] NNTP client componens for Free Pascal

2008-11-19 Thread Michael Van Canneyt
On Wed, 19 Nov 2008, Graeme Geldenhuys wrote: > Hi, > > Anybody know of a Free Pascal compatible NNTP client (news reader) component? Indy has the NNTP client protocol implemented. (it has in Delphi, so I suppose the FPC port also has it) Michael. _

Re: [fpc-pascal] Regular expressions

2008-11-19 Thread Michael Van Canneyt
On Wed, 19 Nov 2008, Graeme Geldenhuys wrote: > Hi, > > I'm taking up the challenge in writing a Free Pascal & fpGUI newsgroup > reader. The main reason is really to archive the news content for > off-line processing, so that I can extend the WebNews (cgi > application) used by tiOPF and fpGUI

[fpc-pascal] NNTP client componens for Free Pascal

2008-11-19 Thread Graeme Geldenhuys
Hi, Anybody know of a Free Pascal compatible NNTP client (news reader) component? Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ ___ fpc-pascal

[fpc-pascal] Regular expressions

2008-11-19 Thread Graeme Geldenhuys
Hi, I'm taking up the challenge in writing a Free Pascal & fpGUI newsgroup reader. The main reason is really to archive the news content for off-line processing, so that I can extend the WebNews (cgi application) used by tiOPF and fpGUI projects to support searching message content (headers and bo