Click here to Skip to main content
15,887,318 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralInitialization of Dialog Controls Pin
jonsey2984710-Mar-08 13:33
jonsey2984710-Mar-08 13:33 
GeneralRe: Initialization of Dialog Controls Pin
Mark Salsbery10-Mar-08 13:47
Mark Salsbery10-Mar-08 13:47 
GeneralRe: Initialization of Dialog Controls Pin
Stephen Hewitt10-Mar-08 15:07
Stephen Hewitt10-Mar-08 15:07 
GeneralRe: Initialization of Dialog Controls Pin
jonsey2984710-Mar-08 18:10
jonsey2984710-Mar-08 18:10 
GeneralRe: Initialization of Dialog Controls Pin
Maxwell Chen10-Mar-08 19:05
Maxwell Chen10-Mar-08 19:05 
GeneralRe: Initialization of Dialog Controls Pin
jonsey2984710-Mar-08 23:38
jonsey2984710-Mar-08 23:38 
QuestionDLL compatibility with VS 2005 and VS 6.0 Pin
akiraps10-Mar-08 11:57
akiraps10-Mar-08 11:57 
GeneralRe: DLL compatibility with VS 2005 and VS 6.0 Pin
Mark Salsbery10-Mar-08 12:29
Mark Salsbery10-Mar-08 12:29 
It's certainly possible to mix the DLLs. 

There's also lots of ways to make it break.

If all the DLLs have a simple exported function interface and never pass CRT and/or MFC objects
(or object references/pointers) between them, then it should work fine. 

If you want to pass around CRT or MFC objects then all DLLs should be linked to the same DLL version
of the libraries.

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionVisual C++ Prerequisites Pin
nike_arh10-Mar-08 8:33
nike_arh10-Mar-08 8:33 
GeneralRe: Visual C++ Prerequisites [modified] Pin
led mike10-Mar-08 8:46
led mike10-Mar-08 8:46 
GeneralRe: Visual C++ Prerequisites Pin
nike_arh10-Mar-08 8:50
nike_arh10-Mar-08 8:50 
GeneralRe: Visual C++ Prerequisites Pin
David Crow10-Mar-08 8:51
David Crow10-Mar-08 8:51 
GeneralRe: Visual C++ Prerequisites Pin
David Crow10-Mar-08 8:50
David Crow10-Mar-08 8:50 
GeneralRe: Visual C++ Prerequisites Pin
nike_arh10-Mar-08 8:54
nike_arh10-Mar-08 8:54 
GeneralRe: Visual C++ Prerequisites Pin
led mike10-Mar-08 9:04
led mike10-Mar-08 9:04 
GeneralRe: Visual C++ Prerequisites Pin
David Crow10-Mar-08 10:09
David Crow10-Mar-08 10:09 
GeneralRe: Visual C++ Prerequisites [modified] Pin
Maxwell Chen10-Mar-08 8:51
Maxwell Chen10-Mar-08 8:51 
GeneralRe: Visual C++ Prerequisites Pin
led mike10-Mar-08 8:56
led mike10-Mar-08 8:56 
GeneralRe: Visual C++ Prerequisites Pin
Maxwell Chen10-Mar-08 8:58
Maxwell Chen10-Mar-08 8:58 
GeneralRe: Visual C++ Prerequisites Pin
Mark Salsbery10-Mar-08 9:04
Mark Salsbery10-Mar-08 9:04 
GeneralRe: Visual C++ Prerequisites Pin
led mike10-Mar-08 9:13
led mike10-Mar-08 9:13 
GeneralRe: Visual C++ Prerequisites Pin
Mark Salsbery10-Mar-08 9:18
Mark Salsbery10-Mar-08 9:18 
GeneralRe: Visual C++ Prerequisites Pin
led mike10-Mar-08 9:20
led mike10-Mar-08 9:20 
GeneralRe: Visual C++ Prerequisites Pin
Maxwell Chen10-Mar-08 17:15
Maxwell Chen10-Mar-08 17:15 
GeneralRe: Visual C++ Prerequisites Pin
nike_arh10-Mar-08 9:08
nike_arh10-Mar-08 9:08 

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.