need help using 2 mfc projects in one solution
Posted
by
adir
on Stack Overflow
See other posts from Stack Overflow
or by adir
Published on 2011-01-13T13:32:26Z
Indexed on
2011/01/13
13:53 UTC
Read the original article
Hit count: 164
hi, ive created the first project as mfc application and i have tried to enter the solution another project which created as mfc dll. when i running program the gui from the first solution(demodlg) is shows up. and i want that in a prss of a button in the gui the second gui(CAnalyzerDialog) will show up. i've tried a lot of options and i cant get it done right. the last option ive tried is this code : CAnalyzerDialog dlg; dlg.Create(CAnalyzerDialog::IDD); please help. thank you for your time
© Stack Overflow or respective owner