Advertisement
Guest User

Untitled

a guest
Jul 26th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #ifndef UNICODE
  2. typedef std::string tStr;
  3. #else
  4. typedef std::wstring tStr;
  5. #endif
  6.  
  7.  
  8. tStr buffer(res);
  9. buffer.append(buf2);
  10. WinExec((LPCTSTR)(buffer.c_str()),SW_SHOW);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement