[fpc-pascal] freeBSD and GetProcedureAddress() ?

2014-09-03 Thread fredvs
Hello everybody. Hum, i try to dynamically load (and run) some freeBSD libraries with a fpc-freeBSD-appliction. For testing, i use some library included in /usr/lib (so im sure that the library is working on freeBSD). Those test is fully working with Linux. I can load the library with

Re: [fpc-pascal] freeBSD and GetProcedureAddress() ?

2014-09-03 Thread Reinier Olislagers
On 03/09/2014 13:28, fredvs wrote: Hum, i try to dynamically load (and run) some freeBSD libraries with a fpc-freeBSD-appliction. For testing, i use some library included in /usr/lib (so im sure that the library is working on freeBSD). Why not go crazy and post (a link to) the actual code

Re: [fpc-pascal] freeBSD and GetProcedureAddress() ?

2014-09-03 Thread Tomas Hajny
On Wed, September 3, 2014 13:51, fredvs wrote: . . Perhaps people can spot errors just by looking at the code... Hum, i hope for those people (but im sure there are, sadly, no errors) ... Never say 'never'... ;-) . . PS: Is fpc still maintaining freeBSD compatibility ? Isn't answer to

Re: [fpc-pascal] freeBSD and GetProcedureAddress() ?

2014-09-03 Thread Reinier Olislagers
On 03/09/2014 13:51, fredvs wrote: Why not go crazy and post (a link to) the actual code of this test program? ;-) = ok, i will stay crazy... Perhaps people can spot errors just by looking at the code... Hum, i hope for those people (but im sure there are, sadly, no errors) ...