Click here to Skip to main content
15,921,212 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to restart DHCP Pin
Ola Carlsson4-Mar-02 20:22
Ola Carlsson4-Mar-02 20:22 
QuestionDirectX or OpenGL? Pin
moliate4-Mar-02 10:54
moliate4-Mar-02 10:54 
AnswerRe: DirectX or OpenGL? Pin
Rick York4-Mar-02 16:21
mveRick York4-Mar-02 16:21 
GeneralRe: DirectX or OpenGL? Pin
moliate4-Mar-02 17:02
moliate4-Mar-02 17:02 
QuestionHow to get COM interface of an ActiveX control? Pin
Aaron Schaefer4-Mar-02 10:47
Aaron Schaefer4-Mar-02 10:47 
AnswerRe: How to get COM interface of an ActiveX control? Pin
Tomasz Sowinski4-Mar-02 10:50
Tomasz Sowinski4-Mar-02 10:50 
GeneralRe: How to get COM interface of an ActiveX control? Pin
Aaron Schaefer5-Mar-02 2:57
Aaron Schaefer5-Mar-02 2:57 
GeneralEfficiency issues from VC++6.0 to VC++.NET Pin
myenigmaself4-Mar-02 9:50
myenigmaself4-Mar-02 9:50 
I recently ported an old VC++ program from 6.0 to .NET. There were a few issues to begin with, but the only thing that I've changed in the product is that I'm using the Shared DLL option to reference MFC now instead of Static Library. The program builds fine and runs, but when I perform pointer intensive operations the performance in .NET is horrible. We're talking an order of magnitude here. Execution that takes 2 seconds in 6.0 takes 30 seconds in .NET. I've tried all the optimizations I can think of but none of them did anything to increase performance. Should I just stick to 6.0 for now? Why is it so slow? It's unmanaged code so I don't think GC would be affecting performance at all. It seems like it is though. What's the deal? Any input is appreciated.

myenigmaself
http://myenigmaself.gaiden.com
myenigmaself@yahoo.com
"If debugging is the process of removing bugs from code, programming must be the process of putting them in."~~DykstraOMG | :OMG:
GeneralRe: Efficiency issues from VC++6.0 to VC++.NET Pin
Joaquín M López Muñoz4-Mar-02 10:11
Joaquín M López Muñoz4-Mar-02 10:11 
GeneralRe: Efficiency issues from VC++6.0 to VC++.NET Pin
myenigmaself4-Mar-02 10:31
myenigmaself4-Mar-02 10:31 
GeneralRe: Efficiency issues from VC++6.0 to VC++.NET Pin
myenigmaself4-Mar-02 11:35
myenigmaself4-Mar-02 11:35 
GeneralRe: Efficiency issues from VC++6.0 to VC++.NET Pin
Tomasz Sowinski4-Mar-02 10:11
Tomasz Sowinski4-Mar-02 10:11 
GeneralRe: Efficiency issues from VC++6.0 to VC++.NET Pin
Tim Smith4-Mar-02 10:21
Tim Smith4-Mar-02 10:21 
GeneralRe: Efficiency issues from VC++6.0 to VC++.NET Pin
myenigmaself4-Mar-02 10:39
myenigmaself4-Mar-02 10:39 
Questionhow to retrieve member data using HWND? Pin
lucy4-Mar-02 8:07
lucy4-Mar-02 8:07 
AnswerRe: how to retrieve member data using HWND? Pin
Joaquín M López Muñoz4-Mar-02 8:18
Joaquín M López Muñoz4-Mar-02 8:18 
GeneralRe: how to retrieve member data using HWND? Pin
lucy4-Mar-02 8:24
lucy4-Mar-02 8:24 
GeneralSelecting an area with the mouse Pin
Rage4-Mar-02 6:17
professionalRage4-Mar-02 6:17 
GeneralRe: Selecting an area with the mouse Pin
Tomasz Sowinski4-Mar-02 6:15
Tomasz Sowinski4-Mar-02 6:15 
GeneralRe: Selecting an area with the mouse Pin
Joaquín M López Muñoz4-Mar-02 7:04
Joaquín M López Muñoz4-Mar-02 7:04 
GeneralSimple but Painfully Annoying Pin
ScottS4-Mar-02 5:34
ScottS4-Mar-02 5:34 
GeneralRe: Simple but Painfully Annoying Pin
Tim Deveaux4-Mar-02 5:49
Tim Deveaux4-Mar-02 5:49 
GeneralRe: Simple but Painfully Annoying Pin
ScottS4-Mar-02 5:57
ScottS4-Mar-02 5:57 
GeneralRe: Simple but Painfully Annoying Pin
Joaquín M López Muñoz4-Mar-02 7:12
Joaquín M López Muñoz4-Mar-02 7:12 
GeneralRe: Simple but Painfully Annoying Pin
ScottS4-Mar-02 7:33
ScottS4-Mar-02 7:33 

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.