Hi,
Just downloaded the new final version 10. Great job as usual. For me, still the best environment to develop C for Win32.
I noticed that an expression like
int * sizebytes
....
char mbBuffer[*sizebytes*2];
does not compile anymore, giving :
error #2067: Invalid use of '*'.
It was compiling fine in V 9.
Which is right ?
Thx