Click here to Skip to main content
15,888,454 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: I need gSpan source code ( C or Linux without graphic)! Pin
NiceNaidu15-Jun-06 19:51
NiceNaidu15-Jun-06 19:51 
GeneralRe: I need gSpan source code ( C or Linux without graphic)! [modified] Pin
abiisalwayshappy19-Jun-06 18:24
abiisalwayshappy19-Jun-06 18:24 
GeneralRe: I need gSpan source code ( C or Linux without graphic)! Pin
linnumberone12-Feb-12 20:29
linnumberone12-Feb-12 20:29 
QuestionWIN32 API to find out color monitor v/s monochrome monitor Pin
rajandpayal15-Jun-06 16:00
rajandpayal15-Jun-06 16:00 
AnswerRe: WIN32 API to find out color monitor v/s monochrome monitor Pin
NiceNaidu15-Jun-06 19:56
NiceNaidu15-Jun-06 19:56 
GeneralRe: WIN32 API to find out color monitor v/s monochrome monitor Pin
rajandpayal16-Jun-06 10:41
rajandpayal16-Jun-06 10:41 
GeneralRe: WIN32 API to find out color monitor v/s monochrome monitor Pin
Blake Miller20-Jun-06 9:15
Blake Miller20-Jun-06 9:15 
QuestionModular app design Pin
Anton Afanasyev15-Jun-06 15:25
Anton Afanasyev15-Jun-06 15:25 
Ok, I've got a question about making modular applications. At least that what I call them. Basically, I have a bunch of classes, or rather just headers. Now for the implementations, I want to be able to create multiple implementaions of any class, and not have to recompile the whole program. So basically, say I have a class cWindowMaker. It has a Create_Window(x, y, width, height) function, and maybe some callbacks, but lets say it just has the Create_Window function. Now, I make an implementation that basically creates a window with all the bells and whistles, like the title bar, all the titlebar buttons, resizable, etc. And then I somehoe compile that implementation in a DLL file. Then, I load that DLL dynaically, create an instance of the class and call my Crete_Window function. Now, imagine I make another implementation, that basically makes a window without anything, no border etc. Make another DLL and now I want to use it. Well, obviously I jus have to replace the old DLL and restart my app and voila. The hard part? HOW do I make all that work?? Can't wrap my head around it. Can anybody please help? Im sure this kind of stuff has been done by somebody here before...

Thanks in advance.

rara avis in terris
AnswerRe: Modular app design Pin
Cedric Moonen15-Jun-06 20:25
Cedric Moonen15-Jun-06 20:25 
QuestionRe: Modular app design Pin
Anton Afanasyev15-Jun-06 21:42
Anton Afanasyev15-Jun-06 21:42 
AnswerRe: Modular app design Pin
Cedric Moonen15-Jun-06 22:28
Cedric Moonen15-Jun-06 22:28 
GeneralRe: Modular app design Pin
Anton Afanasyev16-Jun-06 6:15
Anton Afanasyev16-Jun-06 6:15 
GeneralRe: Modular app design Pin
Cedric Moonen16-Jun-06 9:32
Cedric Moonen16-Jun-06 9:32 
QuestionCasting pointer to pointer of class [modified] Pin
Andre xxxxxxx15-Jun-06 14:31
Andre xxxxxxx15-Jun-06 14:31 
QuestionRe: Casting pointer to pointer of class [modified] Pin
#hackC++15-Jun-06 14:56
#hackC++15-Jun-06 14:56 
AnswerRe: Casting pointer to pointer of class [modified] Pin
Andre xxxxxxx15-Jun-06 15:03
Andre xxxxxxx15-Jun-06 15:03 
AnswerRe: Casting pointer to pointer of class Pin
Michael Dunn15-Jun-06 16:13
sitebuilderMichael Dunn15-Jun-06 16:13 
GeneralRe: Casting pointer to pointer of class Pin
Stephen Hewitt15-Jun-06 18:23
Stephen Hewitt15-Jun-06 18:23 
GeneralRe: Casting pointer to pointer of class Pin
Michael Dunn15-Jun-06 20:41
sitebuilderMichael Dunn15-Jun-06 20:41 
GeneralRe: Casting pointer to pointer of class [modified] Pin
Stephen Hewitt15-Jun-06 20:46
Stephen Hewitt15-Jun-06 20:46 
AnswerRe: Casting pointer to pointer of class [modified] Pin
Arvind Bharti15-Jun-06 17:10
Arvind Bharti15-Jun-06 17:10 
AnswerRe: Casting pointer to pointer of class [modified] Pin
Stephen Hewitt15-Jun-06 18:40
Stephen Hewitt15-Jun-06 18:40 
QuestionLayered Window Question - UpdateLayeredWindow() API [modified] Pin
JeanneBucks15-Jun-06 13:17
JeanneBucks15-Jun-06 13:17 
QuestionHard question about Critical section - in C++ .... Pin
Yanshof15-Jun-06 10:16
Yanshof15-Jun-06 10:16 
AnswerRe: Hard question about Critical section - in C++ .... Pin
Eric Dahlvang15-Jun-06 10:40
Eric Dahlvang15-Jun-06 10:40 

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.