Click here to Skip to main content
16,005,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: urgent plz help Pin
Nitron17-Dec-02 4:59
Nitron17-Dec-02 4:59 
GeneralRe: urgent plz help Pin
Christian Graus17-Dec-02 8:09
protectorChristian Graus17-Dec-02 8:09 
GeneralRe: urgent plz help Pin
Nitron17-Dec-02 8:16
Nitron17-Dec-02 8:16 
GeneralRe: urgent plz help Pin
lucy17-Dec-02 8:34
lucy17-Dec-02 8:34 
GeneralKill 16-bit Task/process Pin
AnTri17-Dec-02 3:59
AnTri17-Dec-02 3:59 
GeneralRe: Kill 16-bit Task/process Pin
Rage17-Dec-02 4:07
professionalRage17-Dec-02 4:07 
GeneralRe: Kill 16-bit Task/process Pin
AnTri17-Dec-02 5:11
AnTri17-Dec-02 5:11 
GeneralThe Need for speed Pin
will138317-Dec-02 3:45
will138317-Dec-02 3:45 
Hi All,

I'm having a serious performance issue and I'm hoping I can get some help here. Here's what I have:

I have a C++ dll that creates a dialog box for displaying graphics. This dll uses STL vectors and maps to maintain the data passed in. I then use OpenGL to generate the graphics that are displayed in the dialog window.

At the moment I am generating a WM_TIMER message to pump the dll with data. But, the application is a CPU HOG, and pins the CPU when ever I start pumping messagesWTF | :WTF: . This is not acceptable as I'm sure you may know. In addition, I NEED to be updating the screen at a rate of 30-50 frames per second, and I don't think a WM_TIMER message will allow me to update at that rate.Eek! | :eek:

Any ideas? Any suggestions? Comments?? Confused | :confused: I'm really stumped with this one.

Thank you in advance.
GeneralRe: The Need for speed Pin
KaЯl17-Dec-02 4:00
KaЯl17-Dec-02 4:00 
GeneralRe: The Need for speed Pin
will138317-Dec-02 4:15
will138317-Dec-02 4:15 
GeneralRe: The Need for speed Pin
Gary Kirkham17-Dec-02 4:40
Gary Kirkham17-Dec-02 4:40 
GeneralRe: The Need for speed Pin
will138317-Dec-02 4:49
will138317-Dec-02 4:49 
GeneralRe: The Need for speed Pin
Nitron17-Dec-02 5:07
Nitron17-Dec-02 5:07 
GeneralRe: The Need for speed Pin
will138317-Dec-02 5:37
will138317-Dec-02 5:37 
GeneralRe: The Need for speed Pin
KaЯl17-Dec-02 5:20
KaЯl17-Dec-02 5:20 
GeneralRe: The Need for speed Pin
will138317-Dec-02 5:27
will138317-Dec-02 5:27 
GeneralRe: The Need for speed Pin
KaЯl17-Dec-02 7:09
KaЯl17-Dec-02 7:09 
GeneralExtTextOut drawing landscape... Pin
Braulio Dez17-Dec-02 3:27
Braulio Dez17-Dec-02 3:27 
GeneralRe: ExtTextOut drawing landscape... Pin
Nitron17-Dec-02 3:32
Nitron17-Dec-02 3:32 
GeneralResizing CFormView with Status Bar and Toolbar Pin
Jonah Bishop17-Dec-02 3:28
Jonah Bishop17-Dec-02 3:28 
GeneralRe: Resizing CFormView with Status Bar and Toolbar Pin
Nitron17-Dec-02 3:36
Nitron17-Dec-02 3:36 
GeneralRe: Resizing CFormView with Status Bar and Toolbar Pin
Jonah Bishop17-Dec-02 3:58
Jonah Bishop17-Dec-02 3:58 
GeneralRe: Resizing CFormView with Status Bar and Toolbar Pin
Nitron17-Dec-02 4:01
Nitron17-Dec-02 4:01 
GeneralRe: Resizing CFormView with Status Bar and Toolbar Pin
Jonah Bishop17-Dec-02 4:23
Jonah Bishop17-Dec-02 4:23 
General_stdcall question Pin
ns17-Dec-02 3:03
ns17-Dec-02 3:03 

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.