Click here to Skip to main content
15,888,610 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: converting CString to Char[100] Pin
Richard MacCutchan20-Dec-11 21:37
mveRichard MacCutchan20-Dec-11 21:37 
GeneralRe: converting CString to Char[100] Pin
Albert Holguin21-Dec-11 9:30
professionalAlbert Holguin21-Dec-11 9:30 
GeneralRe: converting CString to Char[100] Pin
Richard MacCutchan21-Dec-11 9:46
mveRichard MacCutchan21-Dec-11 9:46 
AnswerRe: converting CString to Char[100] Pin
stonexin20-Dec-11 18:18
stonexin20-Dec-11 18:18 
GeneralRe: converting CString to Char[100] Pin
stonexin20-Dec-11 18:18
stonexin20-Dec-11 18:18 
GeneralRe: converting CString to Char[100] Pin
jumancollion27-Dec-11 5:08
jumancollion27-Dec-11 5:08 
AnswerRe: converting CString to Char[100] Pin
zwhit9-Jan-12 20:25
zwhit9-Jan-12 20:25 
QuestionConvert MFC dll To UNICODE Pin
MrKBA8-Dec-11 0:04
MrKBA8-Dec-11 0:04 
I have a dll COM , I want to convert it to UNICODE.
I readed some documentations about this but I can't get what I should do to be sure that the conversion is done correctly or Not D'Oh! | :doh:

these are some remarks i have done in my code :

- Use of CString
- char changed by _TCHAR
- char*, LPSTR (Win32 data type) changed by LPTSTR
- const char*, LPCSTR (Win32 data type) changed by LPCTSTR
- USES_CONVERSION macro
- use of std::wstring instead of std::string
- change characters set of project to UNICODE


I don't know if it is sufficient or there are others things to do
And How can I check after conversion if it is Ok or Not.

Thanks for reply.
AnswerRe: Convert MFC dll To UNICODE Pin
Richard MacCutchan8-Dec-11 0:28
mveRichard MacCutchan8-Dec-11 0:28 
AnswerRe: Convert MFC dll To UNICODE Pin
Richard MacCutchan8-Dec-11 1:09
mveRichard MacCutchan8-Dec-11 1:09 
GeneralRe: Convert MFC dll To UNICODE Pin
MrKBA8-Dec-11 1:52
MrKBA8-Dec-11 1:52 
GeneralRe: Convert MFC dll To UNICODE Pin
Richard MacCutchan8-Dec-11 2:13
mveRichard MacCutchan8-Dec-11 2:13 
GeneralRe: Convert MFC dll To UNICODE Pin
MrKBA8-Dec-11 21:49
MrKBA8-Dec-11 21:49 
GeneralRe: Convert MFC dll To UNICODE Pin
Richard MacCutchan8-Dec-11 22:09
mveRichard MacCutchan8-Dec-11 22:09 
GeneralRe: Convert MFC dll To UNICODE Pin
MrKBA26-Dec-11 1:04
MrKBA26-Dec-11 1:04 
GeneralRe: Convert MFC dll To UNICODE Pin
Richard MacCutchan26-Dec-11 6:51
mveRichard MacCutchan26-Dec-11 6:51 
GeneralRe: Convert MFC dll To UNICODE Pin
MrKBA26-Dec-11 22:19
MrKBA26-Dec-11 22:19 
GeneralRe: Convert MFC dll To UNICODE Pin
Richard MacCutchan27-Dec-11 0:14
mveRichard MacCutchan27-Dec-11 0:14 
QuestionLinking error when compiling projects Pin
bubuzzz28-Nov-11 0:51
bubuzzz28-Nov-11 0:51 
AnswerRe: Linking error when compiling projects Pin
Richard MacCutchan28-Nov-11 1:02
mveRichard MacCutchan28-Nov-11 1:02 
GeneralRe: Linking error when compiling projects Pin
bubuzzz29-Nov-11 3:28
bubuzzz29-Nov-11 3:28 
GeneralRe: Linking error when compiling projects Pin
Redgis30-Nov-11 22:26
Redgis30-Nov-11 22:26 
GeneralRe: Linking error when compiling projects Pin
Gene OK6-Dec-11 4:54
Gene OK6-Dec-11 4:54 
QuestionTransparent image as background of a window. How? Pin
Frozzeg12-Nov-11 1:11
Frozzeg12-Nov-11 1:11 
AnswerRe: Transparent image as background of a window. How? Pin
Richard MacCutchan12-Nov-11 3:08
mveRichard MacCutchan12-Nov-11 3:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.