Oct. 29, 2014
5:34 p.m.
I canât use NativeBoost on the Raspberry, I would be glad if I could !!! Le 29 oct. 2014 à 12:18, stepharo <stepharo@free.fr> a écrit :
did you read the NativeBoost tutorial on the PharoForTheEntreprise book? If you do please report potential mistakes so that we can improve.
On 29/10/14 05:59, Annick Fron wrote:
I I have a C struct with a char*
struct result { char* time }
I define an ExternalStructure in FFI , with one field of type char* (note that the syntax char [5] is not accepted ! ).
defineFields generates the accessors time and time:
If I use time: â05:45â
I get an error. How do I set a string value in an ExternalStructure ?
Annick