On Sat, Mar 23, 2019 at 05:22:32PM +0000, Tomaž Turk wrote: > - Is there any elegant way to successfuly load the package into Pharo 7 to > get started with the code adaptation?
Elegantly, dunno. Manually, open Monticello browser, right click on the repo (if you have loaded the ConfigOf then the repo will be listed), click "open repository". Click the mcz file in the right pane of the repo browser, click "browse". You'll see the (not loaded) code in the resulting code browser and can attempt to adapt the FFI calls. > - And, of course, I'd be grateful if someone could point me into the right > direction of how to tackle with the above cdecl syntax with the new UFFI. https://files.pharo.org/books-pdfs/booklet-uFFI/UFFIDRAFT.pdf Also see my very simple demo: https://github.com/PierceNg/libffidemo HTH. Pierce