Click here to Skip to main content
15,922,696 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Hiding an application from the taskbar... Pin
James R. Twine17-Feb-06 6:06
James R. Twine17-Feb-06 6:06 
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 
   Not quite... Smile | :)   wWinMainCRTStartup is the UNICODE entry point for the CRT, WinMainCRTStartup is the ANSI version.  They have nothing to do with MFC as far as your ATL project is concerned.

   Adding UNICODE support to an ATL project is not the same as BUILDING your project as UNICODE.  I am under the impression that MFC and ATL projects already have most of the UNICODE support required (use of TCHAR-based characters/strings).

   When you build the UNICODE version of your project, you need to have the linker use wWinMainCRTStartup as the entry point.  Leave things the way they are/were for ANSI builds.

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)
GeneralRe: UNICODE support in an ATL project Pin
damir_tk17-Feb-06 12:12
damir_tk17-Feb-06 12:12 
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 

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.