Click here to Skip to main content
15,914,488 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCan you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Larry Mills Sr31-Oct-08 15:52
Larry Mills Sr31-Oct-08 15:52 
AnswerRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Kenneth Ballard31-Oct-08 18:52
Kenneth Ballard31-Oct-08 18:52 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Larry Mills Sr1-Nov-08 3:12
Larry Mills Sr1-Nov-08 3:12 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Mark Salsbery1-Nov-08 10:13
Mark Salsbery1-Nov-08 10:13 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Larry Mills Sr1-Nov-08 12:35
Larry Mills Sr1-Nov-08 12:35 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Mark Salsbery1-Nov-08 13:13
Mark Salsbery1-Nov-08 13:13 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Larry Mills Sr1-Nov-08 14:43
Larry Mills Sr1-Nov-08 14:43 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Mark Salsbery1-Nov-08 15:37
Mark Salsbery1-Nov-08 15:37 
What is "static"? Statically linked to the MFC libraries?

If so, keep in mind your DLL and EXE will be using two different
MFC library instances. That means you can't pass MFC objects between
the EXE and the DLL.

Extension DLLs must use the shared/DLL version of the MFC library, so
both the EXE and the DLL would use the same instance of the MFC library.

It's up to you which is better for your application.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Larry Mills Sr1-Nov-08 15:43
Larry Mills Sr1-Nov-08 15:43 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Mark Salsbery1-Nov-08 15:52
Mark Salsbery1-Nov-08 15:52 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Larry Mills Sr1-Nov-08 16:01
Larry Mills Sr1-Nov-08 16:01 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Mark Salsbery1-Nov-08 16:10
Mark Salsbery1-Nov-08 16:10 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Larry Mills Sr1-Nov-08 16:21
Larry Mills Sr1-Nov-08 16:21 
QuestionOrganizing Source Code Pin
awake91231-Oct-08 11:37
awake91231-Oct-08 11:37 
AnswerRe: Organizing Source Code Pin
PIEBALDconsult31-Oct-08 12:08
mvePIEBALDconsult31-Oct-08 12:08 
QuestionHow do you find the PID of the process using http://127.0.0.1:1200? Pin
Klive831-Oct-08 6:58
Klive831-Oct-08 6:58 
AnswerRe: How do you find the PID of the process using http://127.0.0.1:1200? Pin
kinar31-Oct-08 9:17
kinar31-Oct-08 9:17 
Questiondelete operator override Pin
Abyss31-Oct-08 6:21
Abyss31-Oct-08 6:21 
QuestionRe: delete operator override Pin
David Crow31-Oct-08 7:00
David Crow31-Oct-08 7:00 
AnswerRe: delete operator override Pin
Abyss31-Oct-08 7:07
Abyss31-Oct-08 7:07 
GeneralRe: delete operator override Pin
David Crow31-Oct-08 7:21
David Crow31-Oct-08 7:21 
GeneralRe: delete operator override Pin
CPallini31-Oct-08 7:24
mveCPallini31-Oct-08 7:24 
GeneralRe: delete operator override Pin
Bram van Kampen1-Nov-08 15:06
Bram van Kampen1-Nov-08 15:06 
GeneralRe: delete operator override Pin
CPallini31-Oct-08 7:24
mveCPallini31-Oct-08 7:24 
GeneralRe: delete operator override Pin
Bram van Kampen1-Nov-08 15:04
Bram van Kampen1-Nov-08 15:04 

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.