> 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