Click here to Skip to main content
15,911,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Modeless dialogs and OnOK Pin
Derek Lakin11-Apr-02 4:57
Derek Lakin11-Apr-02 4:57 
GeneralRe: Modeless dialogs and OnOK Pin
Alex Cramer10-Apr-02 18:02
Alex Cramer10-Apr-02 18:02 
GeneralCMediaPlayer2 Pin
Jesper S10-Apr-02 10:05
Jesper S10-Apr-02 10:05 
GeneralWriting a plugin system Pin
Zac Howland10-Apr-02 9:55
Zac Howland10-Apr-02 9:55 
GeneralRe: Writing a plugin system Pin
Joaquín M López Muñoz10-Apr-02 10:03
Joaquín M López Muñoz10-Apr-02 10:03 
GeneralRe: Writing a plugin system Pin
Zac Howland10-Apr-02 10:33
Zac Howland10-Apr-02 10:33 
GeneralRe: Writing a plugin system Pin
Joaquín M López Muñoz10-Apr-02 10:41
Joaquín M López Muñoz10-Apr-02 10:41 
GeneralRe: Writing a plugin system Pin
Zac Howland11-Apr-02 2:44
Zac Howland11-Apr-02 2:44 
Okay, here is the idea I came up with. Since we do not want to have to recompile the app everytime we add support for a new hardware product we produce, we have this "shell" app that simply scans for plugins/ActiveX controls in a certain directory (or you select them from the app . . .) And the app will then make the features available in the plugin available to the user (ie if it is a communications plugin for the serial port, a menu would be appended to the top-level menu called "Communications" with options like "Configure", "Connect", and "Disconnect"). The whole idea is that we would only have to redistribute the application if we found a bug in it somewhere (making it easy to upgrade by simple adding new features via plugins that can be made available). The other benefit is that the application itself is worthless without one or more plugins (since it only functions via plugins), which would also make it very easy to give out demo versions (of some of the plugins) and give them the full-fledged application to evaluate.

Thanks again
Zac
GeneralRe: Writing a plugin system Pin
Chris Losinger10-Apr-02 10:08
professionalChris Losinger10-Apr-02 10:08 
QuestionDirectX 8.1 on CD-ROM? Pin
Jeremy Falcon10-Apr-02 9:02
professionalJeremy Falcon10-Apr-02 9:02 
QuestionHow to used "Multiple Display Monitors" and "virtual screen" Pin
hhxz_wind10-Apr-02 7:42
hhxz_wind10-Apr-02 7:42 
AnswerRe: How to used "Multiple Display Monitors" and "virtual screen" Pin
alex.barylski10-Apr-02 8:22
alex.barylski10-Apr-02 8:22 
QuestionMS to drop static linking from VC? Pin
Jim A. Johnson10-Apr-02 7:27
Jim A. Johnson10-Apr-02 7:27 
AnswerRe: MS to drop static linking from VC? Pin
Joaquín M López Muñoz10-Apr-02 9:31
Joaquín M López Muñoz10-Apr-02 9:31 
GeneralCalculating a text's dimension Pin
Hans Ruck10-Apr-02 7:21
Hans Ruck10-Apr-02 7:21 
GeneralRe: Calculating a text's dimension Pin
Ravi Bhavnani10-Apr-02 7:27
professionalRavi Bhavnani10-Apr-02 7:27 
GeneralRe: Calculating a text's dimension Pin
Chris Losinger10-Apr-02 7:35
professionalChris Losinger10-Apr-02 7:35 
GeneralRe: Calculating a text's dimension Pin
Hans Ruck10-Apr-02 7:51
Hans Ruck10-Apr-02 7:51 
GeneralRe: Calculating a text's dimension Pin
Stan Shannon10-Apr-02 7:54
Stan Shannon10-Apr-02 7:54 
GeneralMFC App and C2065 Pin
10-Apr-02 6:13
suss10-Apr-02 6:13 
GeneralRe: MFC App and C2065 Pin
Jeremy Falcon10-Apr-02 7:45
professionalJeremy Falcon10-Apr-02 7:45 
GeneralRe: MFC App and C2065 Pin
10-Apr-02 8:17
suss10-Apr-02 8:17 
GeneralRe: MFC App and C2065 Pin
Jeremy Falcon10-Apr-02 8:22
professionalJeremy Falcon10-Apr-02 8:22 
GeneralRe: MFC App and C2065 Pin
10-Apr-02 8:29
suss10-Apr-02 8:29 
GeneralRe: MFC App and C2065 Pin
Jeremy Falcon10-Apr-02 8:47
professionalJeremy Falcon10-Apr-02 8:47 

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.