Click here to Skip to main content
15,907,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Hiding an application from the taskbar... Pin
David Crow17-Feb-06 6:34
David Crow17-Feb-06 6:34 
GeneralRe: Hiding an application from the taskbar... Pin
Eytukan17-Feb-06 7:41
Eytukan17-Feb-06 7:41 
QuestionUNICODE support in an ATL project Pin
damir_tk17-Feb-06 4:33
damir_tk17-Feb-06 4:33 
AnswerRe: UNICODE support in an ATL project Pin
Andy Moore17-Feb-06 4:36
Andy Moore17-Feb-06 4:36 
GeneralRe: UNICODE support in an ATL project Pin
damir_tk17-Feb-06 4:45
damir_tk17-Feb-06 4:45 
GeneralRe: UNICODE support in an ATL project Pin
Andy Moore17-Feb-06 4:49
Andy Moore17-Feb-06 4:49 
AnswerRe: UNICODE support in an ATL project Pin
James R. Twine17-Feb-06 4:56
James R. Twine17-Feb-06 4:56 
GeneralRe: UNICODE support in an ATL project Pin
damir_tk17-Feb-06 12:12
damir_tk17-Feb-06 12:12 
Thanks for your reply.
The ATL project has some drawing and I used MFC, even if it bloats the code, as I am so used to MFC things in doing this. The reason for building it inside the ATL is that I can possibly use it later on under the .Net, avoiding all the problems and sluggishness of the .Net GDI+.
Anyways, I know I have to use UNICODE support, but it just does not show it, for instance, if I set a name of the static control to some UNICODE name in Bosnian, then it would be properly displayed in the code editor (using Courier New CE), but when I compile it and test the control it just shows | instead of the characters, or something else.
The wWinMainCRTStartup is the entry point for CRT, but the build fails if I define it, showing something like:
"_wWinMainCRTStartup" is not __stdcall with 12 bytes of arguments; image may not run correctly"

The dll crashes in run-time if I compile it that way. So the question is: what else I have to do to enable UNICODE character set in it.

Thanks.
QuestionASP, ASPX, PHP, JS, XSL comment remover for web applications Pin
kevingpo17-Feb-06 4:13
kevingpo17-Feb-06 4:13 
AnswerRe: ASP, ASPX, PHP, JS, XSL comment remover for web applications Pin
James R. Twine17-Feb-06 5:03
James R. Twine17-Feb-06 5:03 
AnswerRe: ASP, ASPX, PHP, JS, XSL comment remover for web applications Pin
kevingpo17-Feb-06 6:12
kevingpo17-Feb-06 6:12 
QuestionSimulate Mnemonic Keys Pin
kanitamildasan17-Feb-06 3:47
kanitamildasan17-Feb-06 3:47 
AnswerRe: Simulate Mnemonic Keys Pin
James R. Twine17-Feb-06 3:54
James R. Twine17-Feb-06 3:54 
GeneralRe: Simulate Mnemonic Keys Pin
kanitamildasan22-Feb-06 18:59
kanitamildasan22-Feb-06 18:59 
QuestionProblem in deleting ComboBox pointer. Pin
Aryan S17-Feb-06 3:43
Aryan S17-Feb-06 3:43 
AnswerRe: Problem in deleting ComboBox pointer. Pin
Chris Losinger17-Feb-06 3:46
professionalChris Losinger17-Feb-06 3:46 
QuestionRe: Problem in deleting ComboBox pointer. Pin
Aryan S17-Feb-06 3:50
Aryan S17-Feb-06 3:50 
AnswerRe: Problem in deleting ComboBox pointer. Pin
Cedric Moonen17-Feb-06 3:52
Cedric Moonen17-Feb-06 3:52 
AnswerRe: Problem in deleting ComboBox pointer. Pin
Chris Losinger17-Feb-06 3:58
professionalChris Losinger17-Feb-06 3:58 
AnswerRe: Problem in deleting ComboBox pointer. Pin
David Crow17-Feb-06 3:50
David Crow17-Feb-06 3:50 
AnswerRe: Problem in deleting ComboBox pointer. Pin
James R. Twine17-Feb-06 3:52
James R. Twine17-Feb-06 3:52 
QuestionRe: Problem in deleting ComboBox pointer. Pin
Aryan S17-Feb-06 3:55
Aryan S17-Feb-06 3:55 
AnswerRe: Problem in deleting ComboBox pointer. Pin
toxcct17-Feb-06 4:07
toxcct17-Feb-06 4:07 
AnswerRe: Problem in deleting ComboBox pointer. Pin
David Crow17-Feb-06 4:32
David Crow17-Feb-06 4:32 
AnswerRe: Problem in deleting ComboBox pointer. Pin
Russell'17-Feb-06 3:57
Russell'17-Feb-06 3:57 

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.