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

C / C++ / MFC

 
GeneralRe: Getting paths to the.pst files Pin
Ryan Binns8-Nov-04 17:26
Ryan Binns8-Nov-04 17:26 
QuestionHow can I enable SystemMenu of an skined dialog that disabled its TitleBar? Pin
Behzad Ebrahimi8-Nov-04 1:40
Behzad Ebrahimi8-Nov-04 1:40 
AnswerRe: How can I enable SystemMenu of an skined dialog that disabled its TitleBar? Pin
Ryan Binns8-Nov-04 17:31
Ryan Binns8-Nov-04 17:31 
GeneralExecuting a c++ program in .net Pin
novicedude8-Nov-04 1:06
novicedude8-Nov-04 1:06 
GeneralCRichEditCtrl problem Pin
Neelesh K J Jain8-Nov-04 0:56
Neelesh K J Jain8-Nov-04 0:56 
GeneralRe: CRichEditCtrl problem Pin
David Crow8-Nov-04 5:05
David Crow8-Nov-04 5:05 
GeneralRe: Extension DLL's & MFC Class Inheritance Pin
FearlessBurner8-Nov-04 0:02
FearlessBurner8-Nov-04 0:02 
GeneralRe: Extension DLL's & MFC Class Inheritance Pin
Chris Meech8-Nov-04 8:34
Chris Meech8-Nov-04 8:34 
I'm pretty sure you should be able to do this, cause I've some projects that do just what you describe. However one of the gotcha's is that numerous compiler settings need to be exactly the same for each of the projects. Eg. 'Use MFC in a Shared DLL', the same run-time library, struct member alignment, possibly even some of the C++ runtime type information.

I've got one DLL project with a class that inherits from CDocument. In another DLL project, there exists a class that inherits from the class implemented in the other DLL and each of the classes have message maps.

As the other poster suggested, if you post what compile errors you get, it might help some.

Chris Meech

I am Canadian. [heard in a local bar]

Gently arching his fishing rod back he moves the tip forward in a gentle arch releasing the line.... kersplunk [Doug Goulden]
GeneralExtension DLL's & MFC Class Inheritance Pin
#realJSOP7-Nov-04 23:47
mve#realJSOP7-Nov-04 23:47 
GeneralSimple but need ur response immediately Pin
Billar7-Nov-04 23:13
Billar7-Nov-04 23:13 
GeneralRe: Simple but need ur response immediately Pin
2249177-Nov-04 23:26
2249177-Nov-04 23:26 
GeneralRe: Simple but need ur response immediately Pin
ThatsAlok8-Nov-04 0:33
ThatsAlok8-Nov-04 0:33 
GeneralRe: Simple but need ur response immediately Pin
Mike Beckerleg8-Nov-04 1:06
Mike Beckerleg8-Nov-04 1:06 
GeneralRe: Simple but need ur response immediately Pin
Gary R. Wheeler8-Nov-04 2:20
Gary R. Wheeler8-Nov-04 2:20 
GeneralRe: Simple but need ur response immediately Pin
David Crow8-Nov-04 5:06
David Crow8-Nov-04 5:06 
QuestionSharing data with multiple dialogs? Pin
Cpt Rick7-Nov-04 22:59
Cpt Rick7-Nov-04 22:59 
AnswerRe: Sharing data with multiple dialogs? Pin
_kane_8-Nov-04 1:50
_kane_8-Nov-04 1:50 
GeneralRe: Sharing data with multiple dialogs? Pin
Cpt Rick8-Nov-04 5:29
Cpt Rick8-Nov-04 5:29 
GeneralGif in Tree Control Pin
Tariq8787-Nov-04 22:41
Tariq8787-Nov-04 22:41 
GeneralRe: Gif in Tree Control Pin
Steve S8-Nov-04 0:38
Steve S8-Nov-04 0:38 
General#include problems Pin
vilmer7-Nov-04 22:35
vilmer7-Nov-04 22:35 
GeneralRe: #include problems Pin
Cedric Moonen7-Nov-04 22:46
Cedric Moonen7-Nov-04 22:46 
GeneralRe: #include problems Pin
vilmer7-Nov-04 23:00
vilmer7-Nov-04 23:00 
GeneralRe: #include problems Pin
Sreekanth Muralidharan7-Nov-04 23:24
Sreekanth Muralidharan7-Nov-04 23:24 
GeneralRe: #include problems Pin
vilmer8-Nov-04 3:09
vilmer8-Nov-04 3:09 

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.