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

C / C++ / MFC

 
GeneralRe: how to use c++ to find prime palindrome Pin
ayeosq19-Aug-09 23:56
ayeosq19-Aug-09 23:56 
Questionunicode Pin
koiava19-Aug-09 1:31
koiava19-Aug-09 1:31 
AnswerRe: unicode Pin
«_Superman_»19-Aug-09 1:47
professional«_Superman_»19-Aug-09 1:47 
AnswerRe: unicode Pin
CPallini19-Aug-09 1:56
mveCPallini19-Aug-09 1:56 
JokeRe: unicode Pin
Rajesh R Subramanian19-Aug-09 2:37
professionalRajesh R Subramanian19-Aug-09 2:37 
Questionwho has the C++ code which has realize SNMP++. Pin
xpweihui19-Aug-09 0:19
xpweihui19-Aug-09 0:19 
AnswerRe: who has the C++ code which has realize SNMP++. Pin
«_Superman_»19-Aug-09 0:24
professional«_Superman_»19-Aug-09 0:24 
Questiona Design and technical issue Pin
Ahmed Charfeddine19-Aug-09 0:19
Ahmed Charfeddine19-Aug-09 0:19 
I am developing an application that has to act on external data that is both described and provided by the user, the client.
Currently I have created a wizard and the user can choose either to provide an SQL database (thus asking him for the DSN and the SQL query) or an XML file (thus asking him to for the appropriate xQuery query) or a CSV file (thus asking him for the file where it resides and the delimiting caracater).

Now, this may not be sufficient : I can imagine a plenty of complex scenario such the data cannot fall within those 3 types.

What I am tempted to do then is to make it possible for the application to call an external code provided by the user and which will be responsible for retrieving the data so that the application can deal with it.

My application is written in unmanaged C++, but the user may want to write that portion of code in JAVA, C# etc.

My only idea, which is unfortunately still not clear (regarding implementation) is to write a sort of specification of a COM object : user must write his data-code following that spec. and my application should be able to load available COM objects that fall with particular class and allow the user to select his implementation. Then the application is capable of calling that COM object and retrieving data passed by it.
(I am not even good at COM development)

So do you have suggestion, is there a sample application I can inspire from ?

Thank you in advance.

Easy Profiler : a compile-time profiler for C++
www.potatosoftware.com

AnswerRe: a Design and technical issue Pin
Ahmed Charfeddine19-Aug-09 0:44
Ahmed Charfeddine19-Aug-09 0:44 
AnswerRe: a Design and technical issue Pin
CPallini19-Aug-09 1:52
mveCPallini19-Aug-09 1:52 
GeneralRe: a Design and technical issue Pin
Ahmed Charfeddine19-Aug-09 1:58
Ahmed Charfeddine19-Aug-09 1:58 
GeneralRe: a Design and technical issue Pin
CPallini19-Aug-09 3:04
mveCPallini19-Aug-09 3:04 
GeneralRe: a Design and technical issue Pin
Ahmed Charfeddine19-Aug-09 3:11
Ahmed Charfeddine19-Aug-09 3:11 
AnswerRe: a Design and technical issue Pin
KarstenK19-Aug-09 2:07
mveKarstenK19-Aug-09 2:07 
GeneralRe: a Design and technical issue Pin
Ahmed Charfeddine21-Aug-09 7:35
Ahmed Charfeddine21-Aug-09 7:35 
GeneralRe: a Design and technical issue Pin
KarstenK13-Sep-09 22:46
mveKarstenK13-Sep-09 22:46 
Questionunicode problem Pin
koiava19-Aug-09 0:15
koiava19-Aug-09 0:15 
AnswerRe: unicode problem Pin
Ahmed Charfeddine19-Aug-09 0:29
Ahmed Charfeddine19-Aug-09 0:29 
AnswerRe: unicode problem Pin
«_Superman_»19-Aug-09 0:33
professional«_Superman_»19-Aug-09 0:33 
Questionpaper orientation Pin
Amin.Abdi18-Aug-09 22:40
Amin.Abdi18-Aug-09 22:40 
AnswerRe: paper orientation Pin
CPallini19-Aug-09 0:59
mveCPallini19-Aug-09 0:59 
QuestionCMFCRibbonProgressBar Pin
sashoalm18-Aug-09 21:48
sashoalm18-Aug-09 21:48 
AnswerRe: CMFCRibbonProgressBar Pin
KarstenK19-Aug-09 2:13
mveKarstenK19-Aug-09 2:13 
GeneralRe: CMFCRibbonProgressBar Pin
sashoalm19-Aug-09 2:46
sashoalm19-Aug-09 2:46 
GeneralRe: CMFCRibbonProgressBar Pin
sashoalm19-Aug-09 3:04
sashoalm19-Aug-09 3:04 

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.