[Gambas-user] [Fwd: Gambas3 Pointers example] signal #6

Benoît Minisini gambas at ...1...
Mon Jan 17 13:33:38 CET 2011


> sorry my wrong expression.
> 

No problem.

Another point: at the moment, Alloc() and Free() are not the equivalent of 
malloc() and free() in C. So you cannot use Free() to free a memory allocation 
returned as a pointer by a C function. You must use the free() function 
located in the C library directly.

Regards,

-- 
Benoît Minisini




More information about the User mailing list