Hi,
I have a function which returns different results when compiled with
MSVC++ and Codewarrior. The function is:
/************************/
static void c2l(unsigned char * *c, unsigned long * l)
{
*l = *((long *)*c);
(*c)+=4;
}
/************************/
Can anyone tell me why it is so and what should I do to make the conversion
return equal results?
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
