Re: [fpc-pascal] Dynamic linking variables

2007-10-26 Thread L
> You cannot do this with a single construct; You need a pointer in the case > of a dynamically loaded library. > > > > I'm not sure that I understand. can you please point me to an example ? He means it depends on whether you are using: DLL bound dynamically at program runtime DLL bound statical

Re: [fpc-pascal] Dynamic linking variables

2007-10-26 Thread ik
On 10/25/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > On Thu, 25 Oct 2007, ik wrote: > > > On 10/25/07, Marc Santhoff <[EMAIL PROTECTED]> wrote: > > > Am Donnerstag, den 25.10.2007, 11:12 +0200 schrieb ik: > > > > Hello List, > > > > > > > > I'm binding FAM/GAM to Pascal, and I do it in

Re: [fpc-pascal] Dynamic linking variables

2007-10-25 Thread Michael Van Canneyt
On Thu, 25 Oct 2007, ik wrote: > On 10/25/07, Marc Santhoff <[EMAIL PROTECTED]> wrote: > > Am Donnerstag, den 25.10.2007, 11:12 +0200 schrieb ik: > > > Hello List, > > > > > > I'm binding FAM/GAM to Pascal, and I do it in two flavors: static and > > > dynamic linking (depending on the define). I

Re: [fpc-pascal] Dynamic linking variables

2007-10-25 Thread ik
On 10/25/07, Marc Santhoff <[EMAIL PROTECTED]> wrote: > Am Donnerstag, den 25.10.2007, 11:12 +0200 schrieb ik: > > Hello List, > > > > I'm binding FAM/GAM to Pascal, and I do it in two flavors: static and > > dynamic linking (depending on the define). I found out that I require > > to link two vari

Re: [fpc-pascal] Dynamic linking variables

2007-10-25 Thread Marc Santhoff
Am Donnerstag, den 25.10.2007, 11:12 +0200 schrieb ik: > Hello List, > > I'm binding FAM/GAM to Pascal, and I do it in two flavors: static and > dynamic linking (depending on the define). I found out that I require > to link two variables with the library. > How can dynamic link a variable using F

Re: [fpc-pascal] Dynamic linking variables

2007-10-25 Thread Henry Vermaak
On 25/10/2007, ik <[EMAIL PROTECTED]> wrote: > Hello List, > > I'm binding FAM/GAM to Pascal, and I do it in two flavors: static and > dynamic linking (depending on the define). I found out that I require > to link two variables with the library. > How can dynamic link a variable using FPC ? on un

[fpc-pascal] Dynamic linking variables

2007-10-25 Thread ik
Hello List, I'm binding FAM/GAM to Pascal, and I do it in two flavors: static and dynamic linking (depending on the define). I found out that I require to link two variables with the library. How can dynamic link a variable using FPC ? Thanks, Ido -- http://ik.homelinux.org/