Re: [fpc-pascal] Calling fpc libraries from other languages on freebsd/amd64 (bis)

2014-08-04 Thread fredvs
Aaaargh, difficult t find help here... In the original thread >> [fpc-devel] (hack) calling fpc libraries from other languages on >> freebsd/amd64 >> of Michal Wallace michal.wallace at gmail.com Michael Wallace said that he has find the solution :=> >> Anyway, the problem appears to be in thi

Re: [fpc-pascal] Calling fpc libraries from other languages on freebsd/amd64 (bis)

2014-08-03 Thread fredvs
Yes, it is still me... You may try the compiled and binary java demo for Linux 64 bit :=> >> https://sites.google.com/site/fiensprototyping/demo_Java.tar.gz Download and unzip the demo. Then :=> -In terminal do: -> cd /demo_Java (go in java demo path) Then run it with: -> java -Djava.libr

Re: [fpc-pascal] Calling fpc libraries from other languages on freebsd/amd64 (bis)

2014-08-03 Thread fredvs
Ooops, in last topic, branch freebsd-fixes must be selected... Here re-explaination from sctatch => >> Start providing source code so people can follow what you are trying to >> do instead of having to guess would be a nice step ;) First, fpGUI must be installed => > https://github.com/graemeg/f

Re: [fpc-pascal] Calling fpc libraries from other languages on freebsd/amd64 (bis)

2014-08-03 Thread fredvs
>> Start providing source code so people can follow what you are trying to >> do instead of having to guess would be a nice step ;) First, fpGUI must be installed => > https://github.com/graemeg/fpgui/tree/develop Then. go there => > https://github.com/fredvs/fpGUIlib - Click on "Download Zip".

Re: [fpc-pascal] Calling fpc libraries from other languages on freebsd/amd64 (bis)

2014-08-03 Thread Marco van de Voort
In our previous episode, fredvs said: > /usr/home/fred/fpGUIlib/demos/demo_Java/libfpgui.so: > /usr/home/fred/fpGUIlib/demos/demo_Java/libfpgui.so: Undefined symbol > "operatingsystem_parameter_envp" > ;-( > > So, fpc 2.7.1 does not do the trick... > > What can i do ? First test it with a normal

Re: [fpc-pascal] Calling fpc libraries from other languages on freebsd/amd64 (bis)

2014-08-03 Thread Reinier Olislagers
On 03/08/2014 01:36, fredvs wrote: > What can i do ? Start providing source code so people can follow what you are trying to do instead of having to guess would be a nice step ;) ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.fr

Re: [fpc-pascal] Calling fpc libraries from other languages on freebsd/amd64 (bis)

2014-08-02 Thread fredvs
>> Is it solved in trunk fpc version ? >Why don't you try? I have install a brand new trunk version of fpc 2.7.1 64 bit on freeBSD 10 64 bit. The library was successfully compiled. But, sadly, i get hat error message while trying to run a java application who use the library (that java applicat

Re: [fpc-pascal] Calling fpc libraries from other languages on freebsd/amd64 (bis)

2014-07-10 Thread Reinier Olislagers
On 29/06/2014 21:52, fredvs wrote: > There was exactly the same problem in a earlier topic : > > => http://lists.freepascal.org/pipermail/fpc-devel/2013-November/032950.html > > Is it solved in trunk fpc version ? Why don't you try? ___ fpc-pascal m

Re: [fpc-pascal] Calling fpc libraries from other languages on freebsd/amd64 (bis)

2014-07-10 Thread fredvs
Hello great fpc people. if I can do something that would help to have an answer. i will do it with pleasure... Many thanks. - Many thanks ;-) -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Calling-fpc-libraries-from-other-languages-on-freebsd-amd64-bis-t

Re: [fpc-pascal] Calling fpc libraries from other languages on freebsd/amd64 (bis)

2014-07-03 Thread fredvs
Hello everybody... Hum... no answers or no ideas ? Thanks. Fred - Many thanks ;-) -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Calling-fpc-libraries-from-other-languages-on-freebsd-amd64-bis-tp5719667p5719700.html Sent from the Free Pascal - General m

Re: [fpc-pascal] Calling fpc libraries from other languages on freebsd/amd64 (bis)

2014-06-29 Thread fredvs
Ooops, i forget to note something... My goal was to expose some pascal library to Java, of course those fpc libraries follow the "Java-native-library-way". Those libraries loaded by a Java application work with Linux (tested on Mint 32/64) but fail to work with freeBSD... Thanks. Fred. -

[fpc-pascal] Calling fpc libraries from other languages on freebsd/amd64 (bis)

2014-06-29 Thread fredvs
Hello. I want to test some fpc libraries with freeBSD. The compilation is ok but the library fail to run... There was exactly the same problem in a earlier topic : => http://lists.freepascal.org/pipermail/fpc-devel/2013-November/032950.html Is it solved in trunk fpc version ? Have try with FPC