|
-
May 4th, 2010, 05:22 AM
#4
Re: [MFC] lost trying to retrieve text from an editBox
not sure why it was giving me compilation errors before
Because of the _W functions.
LPTSTR is for the _A functions. LPWSTR is a char pointer for the _W functions. if you don't use _A or _W combined with CString, the compiler fixes all your problems based on the UNICODE compile switch.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|