Click here to Skip to main content
15,905,616 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Win32 Forms properties/variables Pin
Richard MacCutchan30-May-12 22:00
mveRichard MacCutchan30-May-12 22:00 
GeneralRe: Win32 Forms properties/variables Pin
jkirkerx31-May-12 6:52
professionaljkirkerx31-May-12 6:52 
GeneralRe: Win32 Forms properties/variables Pin
Richard MacCutchan31-May-12 7:12
mveRichard MacCutchan31-May-12 7:12 
GeneralRe: Win32 Forms properties/variables Pin
jkirkerx31-May-12 12:36
professionaljkirkerx31-May-12 12:36 
GeneralRe: Win32 Forms properties/variables Pin
Richard MacCutchan31-May-12 21:17
mveRichard MacCutchan31-May-12 21:17 
QuestionCombobox in win32 Pin
Rajeev.Goutham29-May-12 17:37
Rajeev.Goutham29-May-12 17:37 
AnswerRe: Combobox in win32 Pin
enhzflep29-May-12 20:01
enhzflep29-May-12 20:01 
AnswerRe: Combobox in win32 Pin
«_Superman_»29-May-12 20:06
professional«_Superman_»29-May-12 20:06 
QuestionGetting access Violation Using CDialog::Pretranslate while stepping thru code using Visual Studio Debugger Pin
ForNow29-May-12 13:56
ForNow29-May-12 13:56 
AnswerRe: Getting access Violation Using CDialog::Pretranslate while stepping thru code using Visual Studio Debugger Pin
Richard Andrew x6429-May-12 15:38
professionalRichard Andrew x6429-May-12 15:38 
GeneralRe: Getting access Violation Using CDialog::Pretranslate while stepping thru code using Visual Studio Debugger Pin
ForNow29-May-12 16:11
ForNow29-May-12 16:11 
GeneralRe: Getting access Violation Using CDialog::Pretranslate while stepping thru code using Visual Studio Debugger Pin
Richard Andrew x6429-May-12 16:21
professionalRichard Andrew x6429-May-12 16:21 
GeneralRe: Getting access Violation Using CDialog::Pretranslate while stepping thru code using Visual Studio Debugger Pin
enhzflep29-May-12 20:03
enhzflep29-May-12 20:03 
QuestionCombining multiple standalone applications as an application suite Pin
wxShayan29-May-12 3:38
wxShayan29-May-12 3:38 
AnswerRe: Combining multiple standalone applications as an application suite Pin
Albert Holguin29-May-12 4:19
professionalAlbert Holguin29-May-12 4:19 
I think there's really no simple answer to this and will depend a lot on your application, the complexity of it and how it will be used.
1. It depends, in a complex application... this may take a long time. Do you have any time constraints? I've never really done a ton in Qt, but I've heard some of our employees who have used it complain about it. In case you've never used it, try with a small application to gauge how painful the move will be.
2. Again, this depends a lot on what your applications do. The plug-in idea is good for certain things, such as ease of expandability, but can cause short-term headaches and support issues (it's easier to break). I can probably go on and on with positives and negatives of each approach but really it just depends on what you need:
- Be able to communicate with apps built in different languages/frameworks (COM)?
- Easily expandable (plug-ins/libraries)?
- Save time in development (time is money after all, multiple exes option)?
- Expect core functions not to change much (library)?
- Expect core functions to be able to be used in multiple projects (library)?
- Do the applications need to do everything they do simultaneously? If not, does it make sense to keep different functionality in some logical grouping (like MS Office, does it make sense to have Excel and Outlook be one program? not likely)?
GeneralRe: Combining multiple standalone applications as an application suite Pin
wxShayan29-May-12 19:02
wxShayan29-May-12 19:02 
GeneralRe: Combining multiple standalone applications as an application suite Pin
Albert Holguin31-May-12 10:17
professionalAlbert Holguin31-May-12 10:17 
QuestionChange Item Text Color - CListCtrl Pin
AmbiguousName29-May-12 1:45
AmbiguousName29-May-12 1:45 
QuestionRe: Change Item Text Color - CListCtrl Pin
CPallini29-May-12 2:40
mveCPallini29-May-12 2:40 
AnswerRe: Change Item Text Color - CListCtrl Pin
AmbiguousName29-May-12 20:16
AmbiguousName29-May-12 20:16 
QuestionRe: Change Item Text Color - CListCtrl Pin
CPallini29-May-12 21:18
mveCPallini29-May-12 21:18 
QuestionRe: Change Item Text Color - CListCtrl Pin
David Crow29-May-12 3:34
David Crow29-May-12 3:34 
Questionproblem with tamplate deque Pin
a1_shay27-May-12 20:07
a1_shay27-May-12 20:07 
AnswerRe: problem with tamplate deque Pin
«_Superman_»27-May-12 21:33
professional«_Superman_»27-May-12 21:33 
GeneralRe: problem with tamplate deque Pin
CPallini27-May-12 21:39
mveCPallini27-May-12 21:39 

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.