12-12-2012 11:19 AM
Hi
I'm using the new GOLD SDK 10.0.9.1673 and simulator for C++ dev on BB10 using Mac OS Mountain Lion. I have a problem compiling a library, getting 'memcpy was not delared in this scope errors'. I'm using the C++ Dinkum with exceptions as the runtime library. I have included <cstring> header. How can I get this code to compile which includes memcpy.
Thanks
12-12-2012 12:44 PM
memcpy() is standard C function and declared in <string.h>