Re: [Pharo-users] Pharo Branding Organization on GitHub

2019-09-05 Thread Torsten Bergmann
stepharo wrote: > thanks for the initiative. > I think that we have more material around, like alternate logo. > It would be nice to collect also the svg versions? > > I know that lusy did also design for mugs The SVG versions for the logo and flat-logo are in already. If you have more then just s

[Pharo-users] uFFI Structure Problem

2019-09-05 Thread Georg Hagn
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 EricGetHandleToCertificate(). */ EricZertifikatHandle zertifika

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