Click here to Skip to main content
15,896,063 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionBest way to interact with a C program Pin
Luís Brás17-Dec-06 1:59
Luís Brás17-Dec-06 1:59 
AnswerRe: Best way to interact with a C program Pin
Mark Salsbery17-Dec-06 8:58
Mark Salsbery17-Dec-06 8:58 
QuestionSend enter key? Pin
Larsson17-Dec-06 1:35
Larsson17-Dec-06 1:35 
AnswerRe: Send enter key? Pin
Daniel Kanev17-Dec-06 2:48
Daniel Kanev17-Dec-06 2:48 
QuestionDLL Coding Dilemma... Pin
Shy Agam16-Dec-06 22:52
Shy Agam16-Dec-06 22:52 
AnswerRe: DLL Coding Dilemma... Pin
peterchen17-Dec-06 0:04
peterchen17-Dec-06 0:04 
GeneralRe: DLL Coding Dilemma... Pin
Shy Agam17-Dec-06 0:18
Shy Agam17-Dec-06 0:18 
GeneralRe: DLL Coding Dilemma... Pin
peterchen17-Dec-06 0:46
peterchen17-Dec-06 0:46 
OK,
try to identify what is generic (reusable), and what is specific for your project.

If there is no generic (or a negligible) part, write a custom DLL.

Only if there is a suitably large generic part, write a generic DLL that handles it, and implement the specific part in a second DLL that is loaded by the first as plugin.

Maybe you want to explain some details of what the DLL is supposed to do, what you thought would be generic, and why it isn't.



Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
Linkify!|Fold With Us!

GeneralRe: DLL Coding Dilemma... Pin
Shy Agam17-Dec-06 1:56
Shy Agam17-Dec-06 1:56 
QuestionHow to save HBITMAP into *.png?? Pin
314159265316-Dec-06 18:05
314159265316-Dec-06 18:05 
AnswerRe: How to save HBITMAP into *.png?? Pin
Hadi Dayvary16-Dec-06 18:41
professionalHadi Dayvary16-Dec-06 18:41 
QuestionRom loaders. Pin
asp.netProgrammer16-Dec-06 17:26
asp.netProgrammer16-Dec-06 17:26 
AnswerRe: Rom loaders. Pin
Jeffrey Walton17-Dec-06 3:31
Jeffrey Walton17-Dec-06 3:31 
Questionregistry clearners Pin
locoone16-Dec-06 16:21
locoone16-Dec-06 16:21 
QuestionON_WM_MOUSEMOVE in CFrameWnd Pin
gokings16-Dec-06 16:08
gokings16-Dec-06 16:08 
AnswerRe: ON_WM_MOUSEMOVE in CFrameWnd Pin
includeh1016-Dec-06 20:17
includeh1016-Dec-06 20:17 
QuestionAuto Load Exployer with auto-loading of a specified file Pin
Larry Mills Sr16-Dec-06 8:02
Larry Mills Sr16-Dec-06 8:02 
AnswerRe: Auto Load Exployer with auto-loading of a specified file Pin
Luc Pattyn16-Dec-06 15:15
sitebuilderLuc Pattyn16-Dec-06 15:15 
GeneralRe: Auto Load Exployer with auto-loading of a specified file Pin
Larry Mills Sr17-Dec-06 13:27
Larry Mills Sr17-Dec-06 13:27 
GeneralRe: Auto Load Exployer with auto-loading of a specified file Pin
Mark Salsbery17-Dec-06 14:16
Mark Salsbery17-Dec-06 14:16 
GeneralRe: Auto Load Exployer with auto-loading of a specified file Pin
Larry Mills Sr20-Dec-06 14:11
Larry Mills Sr20-Dec-06 14:11 
GeneralRe: Auto Load Exployer with auto-loading of a specified file Pin
Mark Salsbery20-Dec-06 14:20
Mark Salsbery20-Dec-06 14:20 
GeneralRe: Auto Load Exployer with auto-loading of a specified file Pin
Larry Mills Sr21-Dec-06 23:21
Larry Mills Sr21-Dec-06 23:21 
GeneralRe: Auto Load Exployer with auto-loading of a specified file Pin
Mark Salsbery22-Dec-06 4:36
Mark Salsbery22-Dec-06 4:36 
QuestionVC6 is loosing my imports?! Pin
Neounk16-Dec-06 7:56
Neounk16-Dec-06 7:56 

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.