Click here to Skip to main content
15,893,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Invoking a modal Dialog whitin a modal Pin
Richard MacCutchan18-Feb-13 21:24
mveRichard MacCutchan18-Feb-13 21:24 
You are using the _T() macro in some places to ensure your strings are correctly created as ASCII or Unicode. However, further down you are using the (LPCTSTR) cast. This means that your code should not even compile in Unicode mode. You also failed to tell us what the exception is that you are seeing.
GeneralRe: Invoking a modal Dialog whitin a modal Pin
ForNow19-Feb-13 2:29
ForNow19-Feb-13 2:29 
GeneralRe: Invoking a modal Dialog whitin a modal Pin
Richard MacCutchan19-Feb-13 3:02
mveRichard MacCutchan19-Feb-13 3:02 
GeneralRe: Invoking a modal Dialog whitin a modal Pin
David Crow19-Feb-13 9:42
David Crow19-Feb-13 9:42 
GeneralRe: Invoking a modal Dialog whitin a modal Pin
ForNow19-Feb-13 11:33
ForNow19-Feb-13 11:33 
SuggestionRe: Invoking a modal Dialog whitin a modal Pin
David Crow20-Feb-13 3:25
David Crow20-Feb-13 3:25 
GeneralRe: Invoking a modal Dialog whitin a modal Pin
ForNow20-Feb-13 7:22
ForNow20-Feb-13 7:22 
GeneralRe: Invoking a modal Dialog whitin a modal Pin
David Crow20-Feb-13 7:39
David Crow20-Feb-13 7:39 
GeneralRe: Invoking a modal Dialog whitin a modal Pin
ForNow20-Feb-13 9:41
ForNow20-Feb-13 9:41 
QuestionRe: Invoking a modal Dialog whitin a modal Pin
David Crow20-Feb-13 10:08
David Crow20-Feb-13 10:08 
AnswerRe: Invoking a modal Dialog whitin a modal Pin
ForNow20-Feb-13 10:43
ForNow20-Feb-13 10:43 
SuggestionRe: Invoking a modal Dialog whitin a modal Pin
David Crow20-Feb-13 10:46
David Crow20-Feb-13 10:46 
QuestionRe: Invoking a modal Dialog whitin a modal Pin
David Crow19-Feb-13 4:34
David Crow19-Feb-13 4:34 
AnswerRe: Invoking a modal Dialog whitin a modal Pin
ForNow19-Feb-13 6:10
ForNow19-Feb-13 6:10 
GeneralRe: Invoking a modal Dialog whitin a modal Pin
Richard MacCutchan19-Feb-13 8:50
mveRichard MacCutchan19-Feb-13 8:50 
QuestionRe: Invoking a modal Dialog whitin a modal Pin
David Crow19-Feb-13 9:36
David Crow19-Feb-13 9:36 
QuestionCreate a program to encrypt and decrypt binary files using S-DES (Simplified DES) in the Cipher Block Chaining mode. Pin
franksilva14318-Feb-13 7:16
franksilva14318-Feb-13 7:16 
AnswerRe: Create a program to encrypt and decrypt binary files using S-DES (Simplified DES) in the Cipher Block Chaining mode. Pin
Richard MacCutchan18-Feb-13 7:56
mveRichard MacCutchan18-Feb-13 7:56 
QuestionProblem with extra extensions in File Dialog Pin
tgtracey18-Feb-13 6:37
tgtracey18-Feb-13 6:37 
AnswerRe: Problem with extra extensions in File Dialog Pin
Richard MacCutchan18-Feb-13 7:58
mveRichard MacCutchan18-Feb-13 7:58 
AnswerRe: Problem with extra extensions in File Dialog Pin
Shaheed Legion18-Feb-13 11:55
Shaheed Legion18-Feb-13 11:55 
QuestionWinHelp not working properly in MFC Pin
vermaashish_mca18-Feb-13 3:01
vermaashish_mca18-Feb-13 3:01 
QuestionFreelancer software developer with 10 years experience C/C++,VC++,Qt,Qwt,OpenGL Pin
appollosputnik18-Feb-13 1:45
appollosputnik18-Feb-13 1:45 
QuestionHow to execute java exe in VC++ 2010 ? Pin
IICTECH17-Feb-13 22:41
IICTECH17-Feb-13 22:41 
AnswerRe: How to execute java exe in VC++ 2010 ? Pin
Richard MacCutchan17-Feb-13 22:42
mveRichard MacCutchan17-Feb-13 22:42 

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.