Thanks for the tips. It really helped me a lot. The dll is now loaded (I chose the 64-bit version of the dll).
I am currently working on value mashalling and I want to create an ENUM class subclass from FFIEnumeration. Inside http://books.pharo.org/booklet-uffi/pdf/2020-02-12-uFFI-V1.0.1 i read chapter 4.4 Enumerations. I tried the example. For me, however, only new class variables are created after "ExampleEnumeration initialize". Is that okay? or a bug? In Doc..."You will see that the enumeration class gets redefined as follows creating and initializing a class variable for each of its elements." but i can't see the initializing. Do I have a mistake in thinking? Thanks for your help and time. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html