Hi
I am writing a code in VC++
char* style = "color:#4D4DFF;font-size:9pt;font-family:Arial;";
char* semicolonsplit = "";
semicolonsplit = strtok (style,";");
But in the last line I am getting an error
" Access violation writing location 0x0041606d."
Am I missing something.
Regards
Karan