Cstrings GPRMC="DDD \ NFFF \ n";
Cstrings str1;
Cstrings str2;
AfxExtractSubString (str1, GPRMC, 0, '\ n');
AfxExtractSubString (str2, GPRMC, 1, '\ n');
CodePudding user response:
Set Character Set in the project properties is: Use the Unicode Character Set