Re: [fpc-pascal]use of c++ libraries

2003-02-19 Thread James Mills
On Wed, Feb 19, 2003 at 10:39:18PM +0100, Olaf Leidinger wrote: > > > Hello everybody! > > > > > > Let's say I've written a nice library in c++ and I'd like to use it in > > > Free Pascal. The list archive sais that linking c++ libs (e.g. from gnu > > > c++) isn't possible, yet - and using dynamic

Re: [fpc-pascal]use of c++ libraries

2003-02-19 Thread Olaf Leidinger
> > Hello everybody! > > > > Let's say I've written a nice library in c++ and I'd like to use it in > > Free Pascal. The list archive sais that linking c++ libs (e.g. from gnu > > c++) isn't possible, yet - and using dynamic c++ libs isn't possible > > either. > > This is correct. It isn't support

Re: [fpc-pascal]use of c++ libraries

2003-02-19 Thread Michael . VanCanneyt
On 19 Feb 2003, Olaf Leidinger wrote: > Hello everybody! > > Let's say I've written a nice library in c++ and I'd like to use it in > Free Pascal. The list archive sais that linking c++ libs (e.g. from gnu > c++) isn't possible, yet - and using dynamic c++ libs isn't possible > either. This is

Re: [fpc-pascal]use of c++ libraries

2003-02-19 Thread Marco van de Voort
> Hello everybody! > > Let's say I've written a nice library in c++ and I'd like to use it in > Free Pascal. The list archive sais that linking c++ libs (e.g. from gnu > c++) isn't possible, yet - and using dynamic c++ libs isn't possible > either. > How far is this support by now? Does the cvs

[fpc-pascal]use of c++ libraries

2003-02-19 Thread Olaf Leidinger
Hello everybody! Let's say I've written a nice library in c++ and I'd like to use it in Free Pascal. The list archive sais that linking c++ libs (e.g. from gnu c++) isn't possible, yet - and using dynamic c++ libs isn't possible either. How far is this support by now? Does the cvs version have

Re: [fpc-pascal]Problem of ParamStr

2003-02-19 Thread Michael Van Canneyt
On Wed, 19 Feb 2003, milimeter wrote: > Hello, everybody > > I wrote the following code in program foo.pp: > > > writeln(ParamStr(1)); > < > And when I run it with a parameter "foo *.txt", I mean to get "*.txt", but > unfortunately, it prints out "test.txt", where test.txt

[fpc-pascal]Problem of ParamStr

2003-02-19 Thread milimeter
Hello, everybody I wrote the following code in program foo.pp: > writeln(ParamStr(1)); < And when I run it with a parameter "foo *.txt", I mean to get "*.txt", but unfortunately, it prints out "test.txt", where test.txt is a file under the same directory. I know the shell e