Skip to content

Instantly share code, notes, and snippets.

@nibasya
Created June 23, 2018 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nibasya/d3cc96211fdb4a91145c2c8b1629fa7a to your computer and use it in GitHub Desktop.
Save nibasya/d3cc96211fdb4a91145c2c8b1629fa7a to your computer and use it in GitHub Desktop.
Example of converting from Unicode to ANSI
extern void MyOpen(LPCSTR name);
void MyFunc(CStringW name){
MyOpen(CW2A(name));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment