On Sat, 15 Nov 2008, KES wrote:

> Здравствуйте
> 
> h) select fntest() from rdb$database
> i) invalid requiest BLR at offset 60
> function FNTEST is not defined
> module name or entrypoint could not be found
> 
> 
> CONCLUSION: FPC generate wrong object file???

Not necessarily. Please try to load the library from a plain C program.

My guess is that dlopen() will return an error.

Then do the same for the library with a pascal program.

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to