hi all,
have some problems with giving back pointers from inside of functions if I use C99. the kernel seems to be:
fct(Object** o)
{
*o=malloc(sizeof(Object));
}
doesnt give a correct pointer back. a little project (some lines of code) are attached. it runs ok without C99 but crashes with C99. does anybody know why ???
best regards
simon