Click here to Skip to main content
15,892,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Catching messages in a subclass of CFileDialog Pin
Sheng Jiang 蒋晟5-Dec-05 7:36
Sheng Jiang 蒋晟5-Dec-05 7:36 
GeneralRe: Catching messages in a subclass of CFileDialog Pin
mrKlister6-Dec-05 23:19
mrKlister6-Dec-05 23:19 
QuestionHow to determine a folder is empty Pin
emmatty4-Dec-05 23:50
emmatty4-Dec-05 23:50 
AnswerRe: How to determine a folder is empty Pin
ThatsAlok5-Dec-05 0:38
ThatsAlok5-Dec-05 0:38 
AnswerRe: How to determine a folder is empty Pin
vikas amin5-Dec-05 3:18
vikas amin5-Dec-05 3:18 
AnswerRe: How to determine a folder is empty Pin
David Crow5-Dec-05 3:43
David Crow5-Dec-05 3:43 
AnswerRe: How to determine a folder is empty Pin
BambooMoon6-Dec-05 10:09
BambooMoon6-Dec-05 10:09 
QuestionUnicode Release problem Pin
QuickDeveloper4-Dec-05 23:39
QuickDeveloper4-Dec-05 23:39 
hi
i am converting a MFC ,MDI application to unicode.
when i run the program in release version it runs fine but once i set the config to Unicode Release it just crashes at the start itself.(doesn't even show error msg but abruptly stops the execution of the program)

There are no compile time and linker errors.
i kept breakpoints and arrived at the conclusion that the crash occurs at following lines of code in InitInstance().

CMainFrame* pMainFrame = new CMainFrame;
if (!pMainFrame->LoadFrame(IDR_MAINFRAME))
return FALSE;

m_pMainWnd = pMainFrame;

is there too much of difference between release and unicode version??Confused | :confused:

how to go abt solving that error....


Thanx in advance
AnswerRe: Unicode Release problem Pin
Cool Ju5-Dec-05 2:00
Cool Ju5-Dec-05 2:00 
AnswerRe: Unicode Release problem Pin
JonEngle6-Dec-05 6:49
JonEngle6-Dec-05 6:49 
Questionto find ASCII No, of each character in a string Pin
sheshidar4-Dec-05 23:12
sheshidar4-Dec-05 23:12 
AnswerRe: to find ASCII No, of each character in a string Pin
khan++4-Dec-05 23:34
khan++4-Dec-05 23:34 
GeneralRe: to find ASCII No, of each character in a string Pin
sheshidar4-Dec-05 23:57
sheshidar4-Dec-05 23:57 
AnswerRe: to find ASCII No, of each character in a string Pin
Cedric Moonen4-Dec-05 23:38
Cedric Moonen4-Dec-05 23:38 
AnswerRe: to find ASCII No, of each character in a string Pin
ThatsAlok4-Dec-05 23:48
ThatsAlok4-Dec-05 23:48 
QuestionPlaySound return value is wrong on XP? Pin
Moak4-Dec-05 23:06
Moak4-Dec-05 23:06 
GeneralRe: PlaySound return value is wrong on XP? code snippet Pin
Moak5-Dec-05 0:37
Moak5-Dec-05 0:37 
QuestionRe: PlaySound return value is wrong on XP? Pin
David Crow5-Dec-05 3:51
David Crow5-Dec-05 3:51 
GeneralRe: PlaySound return value is wrong on XP? Pin
Moak6-Dec-05 0:06
Moak6-Dec-05 0:06 
AnswerRe: PlaySound return value is wrong on XP? Pin
normanS5-Dec-05 18:48
normanS5-Dec-05 18:48 
GeneralRe: PlaySound return value is wrong on XP? Pin
Moak6-Dec-05 0:19
Moak6-Dec-05 0:19 
GeneralRe: PlaySound return value is wrong on XP? Pin
normanS6-Dec-05 19:05
normanS6-Dec-05 19:05 
Questionarrow key on help button in C property sheet Pin
simhadri4-Dec-05 22:59
simhadri4-Dec-05 22:59 
Questionarrow key on help button in C property sheet Pin
simhadri4-Dec-05 22:56
simhadri4-Dec-05 22:56 
QuestionCan we automate Microsoft paint? Pin
Ankush Mehta4-Dec-05 22:24
Ankush Mehta4-Dec-05 22:24 

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.