Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Creating derived type from a base class template Pin
Stuart Dootson13-Mar-09 14:02
professionalStuart Dootson13-Mar-09 14:02 
GeneralRe: Creating derived type from a base class template Pin
Skippums19-Mar-09 9:40
Skippums19-Mar-09 9:40 
QuestionMultiByteToWideChar crashes out on longer strings [modified] Pin
RichardBrock13-Mar-09 4:45
RichardBrock13-Mar-09 4:45 
AnswerRe: MultiByteToWideChar crashes out on longer strings Pin
led mike13-Mar-09 5:37
led mike13-Mar-09 5:37 
GeneralRe: MultiByteToWideChar crashes out on longer strings Pin
RichardBrock13-Mar-09 6:22
RichardBrock13-Mar-09 6:22 
QuestionRe: MultiByteToWideChar crashes out on longer strings Pin
led mike13-Mar-09 7:40
led mike13-Mar-09 7:40 
AnswerRe: MultiByteToWideChar crashes out on longer strings Pin
RichardBrock13-Mar-09 8:00
RichardBrock13-Mar-09 8:00 
GeneralRe: MultiByteToWideChar crashes out on longer strings Pin
led mike13-Mar-09 8:41
led mike13-Mar-09 8:41 
You did not answer my question, I guess I didn't make it clear but I assumed you had some knowledge about what you were doing.

led mike wrote:
What are you compiling to?


Since the subject of this discussion is character sets that's what that question is about. Are you compiling to _UNICODE or what?

You should check out the example of MultiByteToWideChar in this article[^]

Try to look for the differences in your code, there an obvious difference. Next I strongly urge you to study this subject thoroughly before you attempt your implementation. My experience is that working with conversion requires a sound understanding of this subject. I believe there are great articles here on Code Project that cover this topic well.
AnswerRe: MultiByteToWideChar crashes out on longer strings Pin
Akt_4_U13-Mar-09 5:39
Akt_4_U13-Mar-09 5:39 
GeneralRe: MultiByteToWideChar crashes out on longer strings Pin
RichardBrock13-Mar-09 6:26
RichardBrock13-Mar-09 6:26 
Questionget the font of my control and set it with an other (the face name) Pin
MrKBA13-Mar-09 4:26
MrKBA13-Mar-09 4:26 
AnswerRe: get the font of my control and set it with an other (the face name) Pin
Code-o-mat13-Mar-09 5:15
Code-o-mat13-Mar-09 5:15 
GeneralRe: get the font of my control and set it with an other (the face name) Pin
MrKBA13-Mar-09 5:30
MrKBA13-Mar-09 5:30 
GeneralRe: get the font of my control and set it with an other (the face name) Pin
Code-o-mat13-Mar-09 5:39
Code-o-mat13-Mar-09 5:39 
GeneralRe: get the font of my control and set it with an other (the face name) Pin
MrKBA13-Mar-09 5:47
MrKBA13-Mar-09 5:47 
GeneralRe: get the font of my control and set it with an other (the face name) Pin
Code-o-mat13-Mar-09 5:57
Code-o-mat13-Mar-09 5:57 
GeneralRe: get the font of my control and set it with an other (the face name) Pin
MrKBA13-Mar-09 6:29
MrKBA13-Mar-09 6:29 
QuestionRe: get the font of my control and set it with an other (the face name) Pin
led mike13-Mar-09 5:41
led mike13-Mar-09 5:41 
AnswerRe: get the font of my control and set it with an other (the face name) Pin
MrKBA13-Mar-09 5:51
MrKBA13-Mar-09 5:51 
AnswerRe: get the font of my control and set it with an other (the face name) Pin
Code-o-mat13-Mar-09 5:52
Code-o-mat13-Mar-09 5:52 
GeneralRe: get the font of my control and set it with an other (the face name) Pin
MrKBA13-Mar-09 6:17
MrKBA13-Mar-09 6:17 
GeneralRe: get the font of my control and set it with an other (the face name) Pin
Code-o-mat13-Mar-09 6:26
Code-o-mat13-Mar-09 6:26 
GeneralRe: get the font of my control and set it with an other (the face name) Pin
MrKBA13-Mar-09 6:33
MrKBA13-Mar-09 6:33 
QuestionError C1900 with static library Pin
Trollslayer13-Mar-09 4:19
mentorTrollslayer13-Mar-09 4:19 
AnswerRe: Error C1900 with static library Pin
led mike13-Mar-09 4:30
led mike13-Mar-09 4:30 

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.