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
> 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
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
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