Re: [Pharo-users] uFFI Structure Problem

2019-09-09 Thread Georg Hagn
Thank you Esteban for your fast answer. 1) NULL Pointer assignment: I have implemented your advise, and changed the attribute "abrufCode" to "ExternalAddress null"; >> fieldDesc #(myStruct uint32 version; ... void * abrufCode; ) The Structure has a NULL pointer assigned!? (see Inspector on M

Re: [Pharo-users] uFFI Structure Problem

2019-09-05 Thread Esteban Lorenzano
> On 5 Sep 2019, at 17:41, Georg Hagn wrote: > > I have to implemet following external structure (extrakt from the > german api Doku): > > typedef struct { > /**@brief MUST be always 2. */ > uint32_t version; > > /** @brief Pointer to KeyStore -- Verweis auf den KeyStore, see > Er