Re: [Pharo-users] Want to run C code in Pharo using UFFI

2020-06-18 Thread Tomaž Turk
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

Re: [Pharo-users] Want to run C code in Pharo using UFFI

2020-06-18 Thread Rob van Lopik
You may want to have a look at: https://fuhrmanator.github.io/2019/03/16/LibC-Pharo-experiments.html hth rob van lopik > > *** >

[Pharo-users] Cant able to run EXE file using LibC

2020-06-18 Thread shawon58
Hello I am trying to run "LibC system: 'D:\DEV_FreeCAD\build\bin\test1.exe' " . But it dont execute. But if i click the test1.exe than it execute. Thanks for the help -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html