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

C / C++ / MFC

 
GeneralRe: Callback function arguments Pin
Cedric Moonen8-Jun-06 4:57
Cedric Moonen8-Jun-06 4:57 
QuestionRetrieve Process %CPU Usage and Thread Count Pin
Nonna147-Jun-06 11:19
Nonna147-Jun-06 11:19 
AnswerRe: Retrieve Process %CPU Usage and Thread Count Pin
Naveen7-Jun-06 17:43
Naveen7-Jun-06 17:43 
AnswerRe: Retrieve Process %CPU Usage and Thread Count Pin
ThatsAlok7-Jun-06 19:54
ThatsAlok7-Jun-06 19:54 
Questionplugin support coding in c++ project(advice please) Pin
sawerr7-Jun-06 11:14
sawerr7-Jun-06 11:14 
AnswerRe: plugin support coding in c++ project(advice please) Pin
Chris Losinger7-Jun-06 11:54
professionalChris Losinger7-Jun-06 11:54 
GeneralRe: plugin support coding in c++ project(advice please) Pin
sawerr7-Jun-06 18:00
sawerr7-Jun-06 18:00 
GeneralRe: plugin support coding in c++ project(advice please) Pin
Chris Losinger8-Jun-06 1:11
professionalChris Losinger8-Jun-06 1:11 
hi
i can't think of any samples specifically related to "DLL as plugins", but i think just a simple introduction to DLLs using LodLibrary/GetProcAddr would do it. i'm sure there must be a bunch of those around.

i can't think of any special settings, really. just create your DLLs with C interfaces (not "MFC Extention" or COM or .Net), make sure you export the functions with C interfaces (stdcall or cdecl) and make sure you make your function interfaces as flexible as possible, to allow for easy growth (you don't want to be changing the interfaces once people have started writing plugins!).


Cleek | Image Toolkits | Thumbnail maker

QuestionMFC71.dll missing export link SHLWAPI.dll:UrlUnescapeA Pin
tbrake7-Jun-06 10:23
tbrake7-Jun-06 10:23 
AnswerRe: MFC71.dll missing export link SHLWAPI.dll:UrlUnescapeA Pin
bob169727-Jun-06 19:23
bob169727-Jun-06 19:23 
QuestionRemote Desktop with UDP socket [modified] Pin
lynchspawn7-Jun-06 9:52
lynchspawn7-Jun-06 9:52 
QuestionMDI Tab and more Pin
bingshen7-Jun-06 9:49
bingshen7-Jun-06 9:49 
QuestionOnTimer() Not Being Called after timer is set up (VS C++ 6.0) Pin
bfeero7-Jun-06 9:20
bfeero7-Jun-06 9:20 
AnswerRe: OnTimer() Not Being Called after timer is set up (VS C++ 6.0) Pin
bfeero7-Jun-06 9:28
bfeero7-Jun-06 9:28 
QuestionDocking window behaviour ? [modified] Pin
Maximilien7-Jun-06 8:41
Maximilien7-Jun-06 8:41 
Questionsome code to start to write a program to display waveforms in multiple channels Pin
mrby1237-Jun-06 7:56
mrby1237-Jun-06 7:56 
QuestionOnChange / SetModifiedFlag(TRUE) Pin
DanYELL7-Jun-06 6:58
DanYELL7-Jun-06 6:58 
QuestionRe: OnChange / SetModifiedFlag(TRUE) Pin
David Crow7-Jun-06 7:07
David Crow7-Jun-06 7:07 
AnswerRe: OnChange / SetModifiedFlag(TRUE) Pin
DanYELL7-Jun-06 9:27
DanYELL7-Jun-06 9:27 
GeneralRe: OnChange / SetModifiedFlag(TRUE) Pin
David Crow7-Jun-06 10:20
David Crow7-Jun-06 10:20 
AnswerRe: OnChange / SetModifiedFlag(TRUE) Pin
FarPointer7-Jun-06 7:11
FarPointer7-Jun-06 7:11 
AnswerRe: OnChange / SetModifiedFlag(TRUE) Pin
PJ Arends7-Jun-06 7:15
professionalPJ Arends7-Jun-06 7:15 
QuestionProblem with tree control and checkboxes Pin
Tnarol7-Jun-06 4:59
Tnarol7-Jun-06 4:59 
AnswerRe: Problem with tree control and checkboxes Pin
FarPointer7-Jun-06 5:25
FarPointer7-Jun-06 5:25 
QuestionDatabase operation in VC++ Pin
maharaja pandian7-Jun-06 4:55
maharaja pandian7-Jun-06 4:55 

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.