Login  Register

Re: Want to run C code in Pharo using UFFI

Posted by eftomi on Jun 18, 2020; 7:17am
URL: https://forum.world.st/Want-to-run-C-code-in-Pharo-using-UFFI-tp5118686p5118690.html

OK - maybe I misunderstood your original question - the purpose of UFFI is to call functions in DLLs outside Pharo, so yes, if you would like to call that kind of function, you have to build a DLL. The usage of UFFI is well described in its booklet: https://books.pharo.org/booklet-uffi/.

Best wishes
Tomaz