Click here to Skip to main content
15,886,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I inserted IMPLEMENT_SERIAL, DECLARE_SERIAL can someone explain the usage the Run time macros Pin
Richard MacCutchan4-Jul-12 21:49
mveRichard MacCutchan4-Jul-12 21:49 
QuestionProblem in writing values to shared memory from another process Pin
manoharbalu3-Jul-12 2:41
manoharbalu3-Jul-12 2:41 
AnswerRe: Problem in writing values to shared memory from another process Pin
Richard Andrew x644-Jul-12 12:46
professionalRichard Andrew x644-Jul-12 12:46 
GeneralRe: Problem in writing values to shared memory from another process Pin
manoharbalu4-Jul-12 19:14
manoharbalu4-Jul-12 19:14 
QuestionA guide or survey on software integration techniques Pin
m.salsal2-Jul-12 20:33
m.salsal2-Jul-12 20:33 
AnswerRe: A guide or survey on software integration techniques Pin
Maximilien3-Jul-12 0:48
Maximilien3-Jul-12 0:48 
GeneralRe: A guide or survey on software integration techniques Pin
hr.nasr6-Jul-12 20:48
hr.nasr6-Jul-12 20:48 
GeneralRe: A guide or survey on software integration techniques Pin
Maximilien7-Jul-12 3:28
Maximilien7-Jul-12 3:28 
I don't have a guide or survey; me think it is all done on a case-by-case basis with requirements and specifications specific for each company that does that.

One way of doing it would be to split your project in different sub-projects:

- UI Library: responsible of creating the UI look and feel (this could be optional if you use the default Microsoft UI look and feel and User Experience guideline)

- application launcher : main difficulty is here.
The launcher will be responsible to find all installed components and present them to the user according to the license in place (for example, it could look for executable and extract icons for them, and present them to the user as buttons to click to launch corresponding application.

- discreet applications (file encryption, disk encryption, ... ) : Individual components that could be build and run and tested independently.


Good luck with you projects.
Watched code never compiles.

Questionhow abstract and interface used in real time application? Pin
shanmugarajaa2-Jul-12 19:27
shanmugarajaa2-Jul-12 19:27 
AnswerRe: how abstract and interface used in real time application? Pin
_AnsHUMAN_ 2-Jul-12 19:57
_AnsHUMAN_ 2-Jul-12 19:57 
AnswerRe: how abstract and interface used in real time application? Pin
Richard MacCutchan2-Jul-12 21:36
mveRichard MacCutchan2-Jul-12 21:36 
QuestionStrange compiler output Pin
ForNow2-Jul-12 17:50
ForNow2-Jul-12 17:50 
AnswerRe: Strange compiler output Pin
«_Superman_»2-Jul-12 20:53
professional«_Superman_»2-Jul-12 20:53 
GeneralRe: Strange compiler output Pin
ForNow3-Jul-12 2:46
ForNow3-Jul-12 2:46 
QuestionHow to configure GTK+ in CodeBlocks? Pin
atoi_powered2-Jul-12 4:07
atoi_powered2-Jul-12 4:07 
AnswerRe: How to configure GTK+ in CodeBlocks? Pin
Richard MacCutchan2-Jul-12 6:41
mveRichard MacCutchan2-Jul-12 6:41 
General[solved] CDialog Goes Blank When Press ENTER Pin
AmbiguousName2-Jul-12 0:32
AmbiguousName2-Jul-12 0:32 
QuestionRe: CDialog Goes Blank When Press ENTER Pin
Code-o-mat2-Jul-12 1:03
Code-o-mat2-Jul-12 1:03 
AnswerRe: CDialog Goes Blank When Press ENTER Pin
AmbiguousName2-Jul-12 1:18
AmbiguousName2-Jul-12 1:18 
GeneralRe: CDialog Goes Blank When Press ENTER Pin
Code-o-mat2-Jul-12 1:34
Code-o-mat2-Jul-12 1:34 
GeneralBios Bootable software Pin
Brandon-X120001-Jul-12 21:28
Brandon-X120001-Jul-12 21:28 
GeneralRe: Bios Bootable software Pin
Richard MacCutchan1-Jul-12 22:22
mveRichard MacCutchan1-Jul-12 22:22 
Questionneed help: image coordinates(x,y) in opencv with mfc Pin Pin
jawadali4771-Jul-12 19:40
jawadali4771-Jul-12 19:40 
AnswerRe: need help: image coordinates(x,y) in opencv with mfc Pin Pin
Richard MacCutchan1-Jul-12 22:20
mveRichard MacCutchan1-Jul-12 22:20 
GeneralRe: need help: image coordinates(x,y) in opencv with mfc Pin Pin
jawadali4772-Jul-12 0:19
jawadali4772-Jul-12 0:19 

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.