I am getting some compiler errors and I assume that this is because of the .NET managed code. I'm not sure though, and if so, maybe I can disable it somehow. Please check it out below and see the error:
(386): error C2664: 'strlen' : cannot convert parameter 1 from 'unsigned char *' to 'const char *'
memcpy(&buf[2036], sc, strlen(sc));
Any ideas?
Netsniper
(386): error C2664: 'strlen' : cannot convert parameter 1 from 'unsigned char *' to 'const char *'
memcpy(&buf[2036], sc, strlen(sc));
Any ideas?
Netsniper