|
-
July 23rd, 2010, 04:00 AM
#4
Re: Unicode MAPI ****
 Originally Posted by ShadowCoder
According to MSDN it uses LPTSTR but it lies. If you look at the source it is using LPSTR not LPTSTR. That's also why in Unicode if you do try to assign a string enclosed in _T("") to say MapiFileDesc.lpszPathName it will complain about not being able to convert to a char*. If it did actually use LPTSTR I wouldn't be seeing the errors I am seeing.
I totally agree with you ShadowCoder. You are right. I got the same error too!
Last edited by Ming Soon; July 23rd, 2010 at 05:10 AM.
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
|