OK, great, I'll try it out.
Thanks,
Tomaz
------ Original Message ------
From: "Guillermo Polito" <guillermopol...@gmail.com>
To: "Tomaž Turk" <tomaz.t...@ef.uni-lj.si>
Sent: 17.9.2019 11:56:21
Subject: Re: [Pharo-users] uFFI ExternalAddress challenges
I don’t know if there is support for that (I don’t have the time to
check it in detail now).
But, as a workaround, you may try
- return a void*
myFunction
^self ffiCall: #(void* myFunction ( void ) )
- and then do the transformation yourself using
Win32WideString>>#fromHandle: