[fpc-pascal] UDF+FREEBSD+FIREBIRD FPC generate wrong object file???

Michael Van Canneyt michael at freepascal.org
Sat Nov 15 22:28:10 CET 2008



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.


More information about the fpc-pascal mailing list