Click here to Skip to main content
15,890,282 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Cstatic Button Pin
«_Superman_»17-Oct-10 19:22
professional«_Superman_»17-Oct-10 19:22 
AnswerRe: Cstatic Button Pin
vasu_sri18-Oct-10 18:46
vasu_sri18-Oct-10 18:46 
Questionmessagebox not showing? Pin
AmbiguousName17-Oct-10 6:06
AmbiguousName17-Oct-10 6:06 
AnswerRe: messagebox not showing? Pin
Richard MacCutchan17-Oct-10 7:29
mveRichard MacCutchan17-Oct-10 7:29 
AnswerRe: messagebox not showing? Pin
Iain Clarke, Warrior Programmer17-Oct-10 10:09
Iain Clarke, Warrior Programmer17-Oct-10 10:09 
AnswerRe: messagebox not showing? Pin
Moak17-Oct-10 10:29
Moak17-Oct-10 10:29 
AnswerRe: messagebox not showing? Pin
«_Superman_»17-Oct-10 19:48
professional«_Superman_»17-Oct-10 19:48 
QuestionReusing C++ code for use with .NET (WPF) Pin
Arivanna16-Oct-10 10:08
Arivanna16-Oct-10 10:08 
Hello,

I am working with a large code base that is written entirely in C++, MFC as well as other API's, and which also link against various other projects (ie static libs written in C++). I am looking to replace some of the UI with WPF, and need advice on the most efficient way of going about this. If I host WPF content (created in C#\.NET) in a Win32 window so that I can reuse the C++ code, I encounter many loader lock issues, many of which I have been able to overcome, but am now running into cases that are difficult to debug and which may become time consuming. On the other hand I could also create a C++ DLL and load this in my WPF application, however creating a C++\CLI interface for the existing code also appears to be challenging and time consuming. I don't know what would be involved in creating a COM interface, and if this is has any advantages over the other approaches. I have spent a great deal of time trying various options but still without a clear choice. Is there a recommended approach or a resource where I can learn about the pros and cons of these approaches, including relative time investiment that is involved?
AnswerRe: Reusing C++ code for use with .NET (WPF) Pin
Paul Michalik17-Oct-10 0:09
Paul Michalik17-Oct-10 0:09 
GeneralRe: Reusing C++ code for use with .NET (WPF) Pin
Arivanna17-Oct-10 9:12
Arivanna17-Oct-10 9:12 
GeneralRe: Reusing C++ code for use with .NET (WPF) Pin
Paul Michalik18-Oct-10 7:28
Paul Michalik18-Oct-10 7:28 
GeneralRe: Reusing C++ code for use with .NET (WPF) Pin
Iain Clarke, Warrior Programmer17-Oct-10 10:06
Iain Clarke, Warrior Programmer17-Oct-10 10:06 
QuestionStrange Windows Timer Behavior Pin
softwaremonkey16-Oct-10 5:47
softwaremonkey16-Oct-10 5:47 
AnswerRe: Strange Windows Timer Behavior Pin
Cedric Moonen16-Oct-10 6:05
Cedric Moonen16-Oct-10 6:05 
GeneralRe: Strange Windows Timer Behavior Pin
softwaremonkey16-Oct-10 6:52
softwaremonkey16-Oct-10 6:52 
GeneralRe: Strange Windows Timer Behavior Pin
SAMZC16-Oct-10 23:55
SAMZC16-Oct-10 23:55 
QuestionQuestion on how to traverse this array Pin
Keith Vitali16-Oct-10 5:08
Keith Vitali16-Oct-10 5:08 
AnswerRe: Question on how to traverse this array Pin
Graham Shanks16-Oct-10 7:57
Graham Shanks16-Oct-10 7:57 
GeneralRe: Question on how to traverse this array Pin
Keith Vitali16-Oct-10 8:57
Keith Vitali16-Oct-10 8:57 
GeneralRe: Question on how to traverse this array Pin
Keith Vitali16-Oct-10 10:39
Keith Vitali16-Oct-10 10:39 
GeneralRe: Question on how to traverse this array Pin
Graham Shanks16-Oct-10 10:43
Graham Shanks16-Oct-10 10:43 
GeneralRe: Question on how to traverse this array Pin
Keith Vitali16-Oct-10 11:29
Keith Vitali16-Oct-10 11:29 
AnswerRe: Question on how to traverse this array Pin
Aescleal16-Oct-10 22:31
Aescleal16-Oct-10 22:31 
Questionhow can I learn?? Pin
AmbiguousName16-Oct-10 1:32
AmbiguousName16-Oct-10 1:32 
AnswerRe: how can I learn?? Pin
Niklas L16-Oct-10 3:01
Niklas L16-Oct-10 3:01 

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.