Sept. 17, 2019
10 a.m.
OK, great, I'll try it out. Thanks, Tomaz ------ Original Message ------ From: "Guillermo Polito" <guillermopolito@gmail.com> To: "Tomaž Turk" <tomaz.turk@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: