Click here to Skip to main content
15,886,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Why does this compile on Linux with gcc and not on WIndows with VC? Pin
Erudite_Eric17-May-13 4:50
Erudite_Eric17-May-13 4:50 
AnswerRe: Why does this compile on Linux with gcc and not on WIndows with VC? Pin
dusty_dex16-May-13 7:58
dusty_dex16-May-13 7:58 
GeneralRe: Why does this compile on Linux with gcc and not on WIndows with VC? Pin
Erudite_Eric16-May-13 8:18
Erudite_Eric16-May-13 8:18 
QuestionPassing objects between dialogs MFC Pin
Cynizm16-May-13 7:25
Cynizm16-May-13 7:25 
AnswerRe: Passing objects between dialogs MFC Pin
Erudite_Eric16-May-13 8:05
Erudite_Eric16-May-13 8:05 
GeneralRe: Passing objects between dialogs MFC Pin
Cynizm16-May-13 9:52
Cynizm16-May-13 9:52 
GeneralRe: Passing objects between dialogs MFC Pin
_Flaviu16-May-13 22:05
_Flaviu16-May-13 22:05 
GeneralRe: Passing objects between dialogs MFC Pin
Erudite_Eric17-May-13 4:53
Erudite_Eric17-May-13 4:53 
Yesh, override the dialogs DoModal() func (ie just add a new constructor that takes the params you want.)

In your implementation of DoModal() you copy the params locally, and then call the base class DoModal().

When your other dialog or whatever creates your new dialog, it passes the required params to the DoModal() func.

MyNewDiaolog * dialog = new MyNewDialog;
dialog->DoModal(<add your="" params="" here="">);
==============================

Nothing to say.

AnswerRe: Passing objects between dialogs MFC Pin
David Crow17-May-13 4:51
David Crow17-May-13 4:51 
GeneralRe: Passing objects between dialogs MFC Pin
Erudite_Eric19-May-13 22:31
Erudite_Eric19-May-13 22:31 
QuestionFacebook Login Pin
Member 1000563216-May-13 6:37
Member 1000563216-May-13 6:37 
AnswerRe: Facebook Login Pin
ThatsAlok21-May-13 0:23
ThatsAlok21-May-13 0:23 
GeneralRe: Facebook Login Pin
Member 1000563221-May-13 0:45
Member 1000563221-May-13 0:45 
QuestionIs it the fact that using only one kind of programming language would probably restrict your capacity? Pin
rudiestf15-May-13 14:25
rudiestf15-May-13 14:25 
AnswerRe: Is it the fact that using only one kind of programming language would probably restrict your capacity? Pin
PIEBALDconsult15-May-13 14:47
mvePIEBALDconsult15-May-13 14:47 
GeneralRe: Is it the fact that using only one kind of programming language would probably restrict your capacity? Pin
enhzflep15-May-13 19:44
enhzflep15-May-13 19:44 
GeneralRe: Is it the fact that using only one kind of programming language would probably restrict your capacity? Pin
rudiestf15-May-13 23:46
rudiestf15-May-13 23:46 
GeneralRe: Is it the fact that using only one kind of programming language would probably restrict your capacity? Pin
jschell16-May-13 8:04
jschell16-May-13 8:04 
GeneralRe: Is it the fact that using only one kind of programming language would probably restrict your capacity? Pin
jschell16-May-13 8:02
jschell16-May-13 8:02 
AnswerRe: Is it the fact that using only one kind of programming language would probably restrict your capacity? Pin
CPallini15-May-13 21:02
mveCPallini15-May-13 21:02 
GeneralRe: Is it the fact that using only one kind of programming language would probably restrict your capacity? Pin
rudiestf15-May-13 23:49
rudiestf15-May-13 23:49 
GeneralRe: Is it the fact that using only one kind of programming language would probably restrict your capacity? Pin
jschell16-May-13 8:08
jschell16-May-13 8:08 
GeneralRe: Is it the fact that using only one kind of programming language would probably restrict your capacity? Pin
CPallini16-May-13 9:30
mveCPallini16-May-13 9:30 
AnswerRe: Is it the fact that using only one kind of programming language would probably restrict your capacity? Pin
Erudite_Eric16-May-13 0:24
Erudite_Eric16-May-13 0:24 
GeneralRe: Is it the fact that using only one kind of programming language would probably restrict your capacity? Pin
rudiestf16-May-13 1:15
rudiestf16-May-13 1:15 

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.