Click here to Skip to main content
15,893,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralUnexpected linker fault Pin
Anthony Appleyard9-Mar-08 3:14
Anthony Appleyard9-Mar-08 3:14 
AnswerRe: Unexpected linker fault Pin
Rajkumar R9-Mar-08 3:38
Rajkumar R9-Mar-08 3:38 
GeneralRe: Unexpected linker fault Pin
CPallini9-Mar-08 3:41
mveCPallini9-Mar-08 3:41 
Generalunqualified name in template Pin
George_George9-Mar-08 3:07
George_George9-Mar-08 3:07 
GeneralDetailed .map file Pin
ForNow9-Mar-08 2:54
ForNow9-Mar-08 2:54 
GeneralRecord the number of command clicks on the main GUI Pin
Golden Lee9-Mar-08 1:47
Golden Lee9-Mar-08 1:47 
GeneralRe: Record the number of command clicks on the main GUI Pin
Rajkumar R9-Mar-08 3:08
Rajkumar R9-Mar-08 3:08 
QuestionDLL Plugins Pin
Ivan-bg9-Mar-08 1:18
Ivan-bg9-Mar-08 1:18 
Hello everybody!

I've got a problem that's been bugging me for some time.

There are a certain number of functions that need to be transformed into dll-s. I've read pretty much all the articles about that on codeproject and that's fine, but I'm still not really confident with windows programming.

You see, every function has to be in its own dll and I have to make a dll-plugin manager. The main thing is that the functions can take a different number and type of arguments - (ex. f1(string s, string s2, string s3), f2(string s, double d)...)

The first argument (string s), and the return value are common for all functions. Is it possible, for example, to have only that one argument (thus achieving uniformity), and take the rest through some kind of message boxes in the function itself? Or is there a better way?

Thank you in advance!
GeneralRe: DLL Plugins Pin
CPallini9-Mar-08 3:48
mveCPallini9-Mar-08 3:48 
GeneralRe: DLL Plugins Pin
Ivan-bg9-Mar-08 4:50
Ivan-bg9-Mar-08 4:50 
GeneralRe: DLL Plugins Pin
CPallini9-Mar-08 5:46
mveCPallini9-Mar-08 5:46 
GeneralRe: DLL Plugins Pin
Chris Losinger9-Mar-08 15:46
professionalChris Losinger9-Mar-08 15:46 
GeneralOpen Excel file,Error Pin
TaoteSea8-Mar-08 23:21
TaoteSea8-Mar-08 23:21 
QuestionRe: Open Excel file,Error Pin
CPallini8-Mar-08 23:34
mveCPallini8-Mar-08 23:34 
GeneralRe: Open Excel file,Error Pin
Hamid_RT9-Mar-08 0:46
Hamid_RT9-Mar-08 0:46 
Questionwhat are the differences among try...catch,__try...__except and try...finally? [modified] Pin
kcynic8-Mar-08 19:17
kcynic8-Mar-08 19:17 
AnswerRe: what are the differences among try...catch,__try...__except and try...finally? Pin
Rajkumar R8-Mar-08 21:43
Rajkumar R8-Mar-08 21:43 
GeneralRe: what are the differences among try...catch,__try...__except and try...finally? Pin
kcynic8-Mar-08 22:01
kcynic8-Mar-08 22:01 
GeneralRe: what are the differences among try...catch,__try...__except and try...finally? Pin
Mircea Puiu8-Mar-08 22:15
Mircea Puiu8-Mar-08 22:15 
GeneralRe: what are the differences among try...catch,__try...__except and try...finally? Pin
kcynic8-Mar-08 22:28
kcynic8-Mar-08 22:28 
GeneralRe: what are the differences among try...catch,__try...__except and try...finally? Pin
Rajkumar R9-Mar-08 3:47
Rajkumar R9-Mar-08 3:47 
GeneralRe: what are the differences among try...catch,__try...__except and try...finally? Pin
kcynic9-Mar-08 14:57
kcynic9-Mar-08 14:57 
AnswerRe: what are the differences among try...catch,__try...__except and try...finally? Pin
Rajkumar R9-Mar-08 21:33
Rajkumar R9-Mar-08 21:33 
GeneralRe: what are the differences among try...catch,__try...__except and try...finally? Pin
kcynic9-Mar-08 21:36
kcynic9-Mar-08 21:36 
QuestionMultithread and GDI Issues Pin
kanduripavan8-Mar-08 18:03
kanduripavan8-Mar-08 18:03 

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.