Re: [fpc-pascal] How to make a binding or wrapper ?

2005-11-15 Thread Malcolm Poole
On Mon, 14 Nov 2005 21:03 , Koenraad Lelong <[EMAIL PROTECTED]> sent: >Hi, >I'm making an application but to have it work like I want I need to make >a binding or a wrapper (is there a diiference ?) to some external >software. Are there documents that can be used to learn how to do this ? I a

[fpc-pascal] OT: RE: fp not available

2005-11-15 Thread Crause, Christo (JC)
> From: Vincent Snijders <[EMAIL PROTECTED]> > Subject: Re: [fpc-pascal] RE: fp not available > To: FPC-Pascal users discussions > Please, write error messages with svn versions of both fpc > and lazarus to the > lazarus mailing list or submit a bug report on > http://www.lazarus.freepascal.or

[fpc-pascal] Type confusion in GDB?

2005-11-15 Thread John Coppens
Hi all. I was debugging a program and found that the contents of an 'array of integer' was shown wrong... It took me quite a while to realize that GDB was showing 32-bit integers, while the pascal program was using 16-bit ones (at least think is happening): Assign 1 to firstcol[0]: (gdb) print f

Re: [fpc-pascal] How to make a binding or wrapper ?

2005-11-15 Thread Felipe Monteiro de Carvalho
On 11/14/05, Koenraad Lelong <[EMAIL PROTECTED]> wrote: > Hi, > I'm making an application but to have it work like I want I need to make > a binding or a wrapper (is there a diiference ?) to some external > software. Are there documents that can be used to learn how to do this ? > Regards, > Koenra