Click here to Skip to main content
15,900,973 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: sockaddr* - Casting from DWORD, get Ip address. Pin
Mark Salsbery1-Nov-08 9:04
Mark Salsbery1-Nov-08 9:04 
QuestionGetting VPN IP Pin
Green Fuze31-Oct-08 23:14
Green Fuze31-Oct-08 23:14 
QuestionInsert Text at cursor position in a CEdit Control Pin
Dhiraj kumar Saini31-Oct-08 20:44
Dhiraj kumar Saini31-Oct-08 20:44 
AnswerRe: Insert Text at cursor position in a CEdit Control Pin
Cedric Moonen1-Nov-08 0:42
Cedric Moonen1-Nov-08 0:42 
GeneralRe: Insert Text at cursor position in a CEdit Control Pin
Dhiraj kumar Saini1-Nov-08 1:51
Dhiraj kumar Saini1-Nov-08 1:51 
QuestionHow to transfer file via bluetooth from desktop PC to Windows Mobile Device Pin
yudhisthira31-Oct-08 19:18
yudhisthira31-Oct-08 19:18 
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 
It's absolutely possible, just keep the three classes in a separate DLL project that you can include in any solution you create. Just include the appropriate headers where necessary, making sure to set the include paths as needed in the project configurations of the other projects, and set the project dependencies to include this DLL.

Not sure if I can point you to an example right now, but this is a rough idea of how it's done.
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 
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 

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.