Click here to Skip to main content
15,888,052 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What would you recommend for Unmanaged Desktop Apps? Pin
Tim Craig15-Oct-09 18:27
Tim Craig15-Oct-09 18:27 
GeneralRe: What would you recommend for Unmanaged Desktop Apps? Pin
transoft16-Oct-09 2:26
transoft16-Oct-09 2:26 
GeneralRe: What would you recommend for Unmanaged Desktop Apps? Pin
Tim Craig16-Oct-09 7:58
Tim Craig16-Oct-09 7:58 
GeneralRe: What would you recommend for Unmanaged Desktop Apps? Pin
Fabio Franco16-Oct-09 4:10
professionalFabio Franco16-Oct-09 4:10 
GeneralRe: What would you recommend for Unmanaged Desktop Apps? Pin
transoft16-Oct-09 5:54
transoft16-Oct-09 5:54 
GeneralRe: What would you recommend for Unmanaged Desktop Apps? Pin
Fabio Franco16-Oct-09 7:42
professionalFabio Franco16-Oct-09 7:42 
GeneralRe: What would you recommend for Unmanaged Desktop Apps? Pin
Rolf Kristensen17-Oct-09 10:19
Rolf Kristensen17-Oct-09 10:19 
GeneralRe: What would you recommend for Unmanaged Desktop Apps? Pin
Fabio Franco18-Oct-09 4:25
professionalFabio Franco18-Oct-09 4:25 
1) The purpose I have on MFC is not really learning the Win32 API, I have the Windows via C/C++ for that. The purpose of MFC is to learn something that's still in demand on the market and allows me to build performance critical desktop apps, including drawing in GDI. I have to take a look on WTL, don't know how productive that will be and if it has demands on the market (that's the reason I'm choosing MFC), anyways, I heard it's an easy transition from MFC too. And yes, Winforms wraps the Win32API so good that I had no idea on how it works through it, needed to learn stuff from other plaeces so I could do some OS level operations not available natively in .Net

2) This is on of the greatest advantages of managed code, I'm aware of that, garbage collector can do miracles, but even using unmanaged code from managed code will defeat the performance purpose. I know that the operation done inside the dll will be fast, but all the rest will not, beginning with app startup.

3) Aye, I figure Visual Studio is still the tool. As for the libraries and frameworks, I will have to work on that.

4) That I do already, I had to do several native code calls from my manged applications. This include Windows APIs and native code libraries (COM).

5) Hehehe, I guess you know what I mean then Wink | ;)
QuestionRegarding Record to MoveFirst,MoveLast and Move Previous. Pin
janaswamy uday15-Oct-09 5:51
janaswamy uday15-Oct-09 5:51 
AnswerRe: Regarding Record to MoveFirst,MoveLast and Move Previous. Pin
David Crow15-Oct-09 6:43
David Crow15-Oct-09 6:43 
AnswerRe: Regarding Record to MoveFirst,MoveLast and Move Previous. Pin
CPallini15-Oct-09 6:46
mveCPallini15-Oct-09 6:46 
GeneralRe: Regarding Record to MoveFirst,MoveLast and Move Previous. Pin
janaswamy uday15-Oct-09 8:08
janaswamy uday15-Oct-09 8:08 
QuestionRe: Regarding Record to MoveFirst,MoveLast and Move Previous. Pin
David Crow15-Oct-09 8:31
David Crow15-Oct-09 8:31 
AnswerRe: Regarding Record to MoveFirst,MoveLast and Move Previous. Pin
Rudheesh15-Oct-09 21:07
Rudheesh15-Oct-09 21:07 
GeneralRe: Regarding Record to MoveFirst,MoveLast and Move Previous. Pin
Rajesh R Subramanian15-Oct-09 8:50
professionalRajesh R Subramanian15-Oct-09 8:50 
GeneralRe: Regarding Record to MoveFirst,MoveLast and Move Previous. Pin
CPallini15-Oct-09 8:55
mveCPallini15-Oct-09 8:55 
QuestionSpinButtonCtrl not working Pin
A&Ms15-Oct-09 4:12
A&Ms15-Oct-09 4:12 
AnswerRe: SpinButtonCtrl not working Pin
Rajesh R Subramanian15-Oct-09 5:24
professionalRajesh R Subramanian15-Oct-09 5:24 
Questionhow to write a display program or a reader program?? Pin
mr bard215-Oct-09 1:50
mr bard215-Oct-09 1:50 
AnswerRe: how to write a display program or a reader program?? Pin
Cedric Moonen15-Oct-09 1:54
Cedric Moonen15-Oct-09 1:54 
GeneralRe: how to write a display program or a reader program?? Pin
mr bard215-Oct-09 2:36
mr bard215-Oct-09 2:36 
GeneralRe: how to write a display program or a reader program?? Pin
Cedric Moonen15-Oct-09 2:45
Cedric Moonen15-Oct-09 2:45 
AnswerRe: how to write a display program or a reader program?? Pin
Richard MacCutchan15-Oct-09 2:09
mveRichard MacCutchan15-Oct-09 2:09 
QuestionRe: how to write a display program or a reader program?? Pin
David Crow15-Oct-09 3:17
David Crow15-Oct-09 3:17 
AnswerRe: how to write a display program or a reader program?? Pin
Rajesh R Subramanian15-Oct-09 3:43
professionalRajesh R Subramanian15-Oct-09 3:43 

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.