Hum, little rectif...
It seems that LoadLibrary is not the guilty. I was able to dynamically load
some freeBSD 64 bit libraries.
The crash comes somewhere else, (maybe from DynLibs.GetProcedureAddress).
I will do more investigations to find what is wrong with dealing libraries
for fpc applicati
Hello.
I try to dynamically load libraries in freeBSD 64 bit with
DynLibs.LoadLibrary(reeBSDlibrary), with a fpc-64-bit-freeBSD application
(compilation has no errors.)
But at LoadLibrary(freeBSDlibrary), program crash... ;-)
Here the error message from gdb =>
> Program received signal SIGSEGV,
On 21/08/14 07:41, Jerry wrote:
I have a lot of old Pascal that I am getting interested in reviving. It was
originally written in Lightspeed/THINK Pascal (did I mention it is old?) and
around 2000-2002 I converted it to Codewarrior Pascal. These are both Macintosh
dialects.
What are the prosp