Click here to Skip to main content
16,010,394 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDebug Question Pin
17-Jul-01 11:21
suss17-Jul-01 11:21 
GeneralRe: Debug Question Pin
Michael Dunn17-Jul-01 11:23
sitebuilderMichael Dunn17-Jul-01 11:23 
GeneralCToolbar::GetToolBarCtrl().SaveState Pin
17-Jul-01 10:51
suss17-Jul-01 10:51 
GeneralDocking Bar from DLL Pin
Steve The Plant17-Jul-01 9:52
Steve The Plant17-Jul-01 9:52 
GeneralRe: Docking Bar from DLL Pin
Steve The Plant17-Jul-01 16:12
Steve The Plant17-Jul-01 16:12 
GeneralRe: Docking Bar from DLL Pin
Tomasz Sowinski17-Jul-01 23:09
Tomasz Sowinski17-Jul-01 23:09 
GeneralRe: Docking Bar from DLL Pin
Steve The Plant18-Jul-01 4:00
Steve The Plant18-Jul-01 4:00 
GeneralRe: Docking Bar from DLL Pin
Tomasz Sowinski18-Jul-01 4:09
Tomasz Sowinski18-Jul-01 4:09 
You should consider using 'extension' dll - they should just snap into main exe and whole system would be one app from MFC point of view. Exe and dlls would share global maps used for mapping HWNDs to CWnds, etc. This makes passing CWnd pointer around possible. You can't achieve that with 'regular' dlls - the dll doesn't know that exe uses MFC and vice versa.

Tomasz Sowinski -- http://www.shooltz.com
GeneralRich Edit Control Pin
17-Jul-01 9:33
suss17-Jul-01 9:33 
GeneralRe: Rich Edit Control Pin
17-Jul-01 11:51
suss17-Jul-01 11:51 
GeneralFont accent char and Win2000! Pin
Kalai Kandasamy17-Jul-01 8:27
Kalai Kandasamy17-Jul-01 8:27 
QuestionHow do I: Resolve undefined classes when... Pin
CMFC6.0VS.NETUser17-Jul-01 7:54
CMFC6.0VS.NETUser17-Jul-01 7:54 
AnswerRe: How do I: Resolve undefined classes when... Pin
Chris Losinger17-Jul-01 8:06
professionalChris Losinger17-Jul-01 8:06 
GeneralRe: How do I: Resolve undefined classes when... Pin
17-Jul-01 9:48
suss17-Jul-01 9:48 
AnswerRe: How do I: Resolve undefined classes when... Pin
CMFC6.0VS.NETUser17-Jul-01 9:27
CMFC6.0VS.NETUser17-Jul-01 9:27 
Generalsocket question Pin
Steven Edison17-Jul-01 7:11
Steven Edison17-Jul-01 7:11 
Generalchtmlview question Pin
17-Jul-01 5:55
suss17-Jul-01 5:55 
GeneralRe: chtmlview question Pin
17-Jul-01 7:35
suss17-Jul-01 7:35 
GeneralCosine Rounding Problem Pin
AndyC17-Jul-01 5:44
AndyC17-Jul-01 5:44 
GeneralRe: Cosine Rounding Problem Pin
Tomasz Sowinski17-Jul-01 5:57
Tomasz Sowinski17-Jul-01 5:57 
GeneralRe: Cosine Rounding Problem Pin
Paolo Messina17-Jul-01 10:51
professionalPaolo Messina17-Jul-01 10:51 
GeneralRegistry Question Pin
Fady Elias17-Jul-01 5:33
Fady Elias17-Jul-01 5:33 
GeneralRe: Registry Question Pin
Ollie17-Jul-01 6:08
Ollie17-Jul-01 6:08 
GeneralRe: Registry Question Pin
17-Jul-01 7:38
suss17-Jul-01 7:38 
GeneralRe: Registry Question Pin
Fady Elias17-Jul-01 7:47
Fady Elias17-Jul-01 7:47 

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.