Forum: C++ Dec 1st, 2008 |
| Replies: 2 Views: 1,580 yes.. but since i set my project setting to process UNICODE, it cannot work...
but it works when i tried def = f_path
hehe..
thanks for replying ;) |
Forum: C++ Dec 1st, 2008 |
| Replies: 2 Views: 1,580 does anyone knows how to conver from LPTSTR to std::string or std::wstring ?
example : i want to convert f_path to abc ang def...
LPTSTR f_path;
std::string abc;
std::wstring def;
... |