| | |
LPTSTR
Thread Solved
![]() |
•
•
Join Date: Apr 2008
Posts: 2
Reputation:
Solved Threads: 0
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...
thanks in advance
example : i want to convert f_path to abc ang def...
C++ Syntax (Toggle Plain Text)
LPTSTR f_path; std::string abc; std::wstring def;
thanks in advance
•
•
Join Date: Apr 2008
Posts: 2
Reputation:
Solved Threads: 0
yes.. but since i set my project setting to process UNICODE, it cannot work...
but it works when i tried hehe..
thanks for replying
but it works when i tried
C++ Syntax (Toggle Plain Text)
def = f_path
thanks for replying
![]() |
Similar Threads
- How to access LPTSTR data in VB (Visual Basic 4 / 5 / 6)
- Help me understand this code (C)
- Windows API functions to read and write files in C (C)
- Problems with changing values returned by RegQueryValueEx (C)
- I want the code of a certain function (C)
- Is this possible? Is there a better approach? (C++)
- From chester Heres all the code. Sorry but I just encluded the code in here (Database Design)
- Error Linking KeyLogger.exe (C++)
- GDI (C)
Other Threads in the C++ Forum
- Previous Thread: use of function
- Next Thread: Directed graph
| Thread Tools | Search this Thread |
ace_thread api array based binary bitmap borland c++ c/c++ calling char class classes code coding compile console conversion count delete delete-line deploy desktop developer directshow dll download dynamic dynamiccharacterarray email embedded encryption error file forms fstream function functions game givemetehcodez graph gui homeworkhelp homeworkhelper iamthwee ifstream information input int integer java lib linkedlist linker loop looping loops map math mathhomeworkhelp matrix memory multiple news node number numbertoword output parameter pointer problem program programming project python random read recursion reference reverse richedit rpg string strings temperature template test text text-file tree url variable vector video win32 windows winsock word wordfrequency wxwidgets





