Click here to Skip to main content
15,920,217 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: dialog and large font Pin
Aquitaine24-Aug-00 9:16
Aquitaine24-Aug-00 9:16 
QuestionDDE...or: Why does my Thread stop Oracle Report Server??? Pin
didi23-Aug-00 1:48
didi23-Aug-00 1:48 
AnswerRe: DDE...or: Why does my Thread stop Oracle Report Server??? Pin
didi23-Aug-00 2:12
didi23-Aug-00 2:12 
Generalsynchronizing a file Pin
aasher22-Aug-00 22:45
aasher22-Aug-00 22:45 
GeneralRemote sys status monitoring Pin
tma2k222-Aug-00 18:38
tma2k222-Aug-00 18:38 
QuestionHow to Import TAB delimited files? Pin
AMON22-Aug-00 16:50
AMON22-Aug-00 16:50 
AnswerRe: How to Import TAB delimited files? Pin
#realJSOP23-Aug-00 1:34
professional#realJSOP23-Aug-00 1:34 
GeneralOpenGL Fast Redrawing Pin
Peter Eisfelder22-Aug-00 13:23
sussPeter Eisfelder22-Aug-00 13:23 
Using OpenGl I have spent some time trying to devise a method of using what is already in the front buffer (in a double buffered context) for fast redraws.

This is useful when the window has finished rendering (maybe waiting for further user input) and a redraw message is sent to the application for some other reason (maybe the user has moved the window). It is a waste of time performing a full render because the final image will be identical to that prior to the redraw. And if the redraw is lengthy then the user cannot do anything until the redraw has finished (which could become annoying to the user). I have tried using glFlush()/glFinish() instead of swapbuffers() and this appears to work on the generic implementation, but with a Voodoo 3500 it doesn't work (who knows what they do with the front and back buffers). I do not want to use extensions that may not exist in a generic implementation or accelerated environment (PFD_SWAP_COPY, AUX buffer etc). I have also tried rendering to a bitmap then using BitBlt() in a single buffer context, but this is incredibly slow.

What can I do?

GeneralRe: OpenGL Fast Redrawing Pin
Philip Nicoletti23-Aug-00 2:32
Philip Nicoletti23-Aug-00 2:32 
GeneralRe: OpenGL Fast Redrawing Pin
Peter Eisfelder24-Aug-00 0:26
sussPeter Eisfelder24-Aug-00 0:26 
Generalmultiple file extensions in "OPEN FILE"-dialog Pin
Thomas Barthel22-Aug-00 11:18
sussThomas Barthel22-Aug-00 11:18 
GeneralRe: multiple file extensions in Pin
#realJSOP23-Aug-00 1:29
professional#realJSOP23-Aug-00 1:29 
GeneralHelp with Internal OLE Automation Error Pin
Brian22-Aug-00 10:34
Brian22-Aug-00 10:34 
GeneralMouse Postion Pin
sunny22-Aug-00 9:33
sunny22-Aug-00 9:33 
GeneralRe: Mouse Postion Pin
Paolo Messina23-Aug-00 9:24
professionalPaolo Messina23-Aug-00 9:24 
Generalsquiggle line possible Pin
Salik22-Aug-00 8:05
Salik22-Aug-00 8:05 
GeneralForcing Socket Connection of specific port Pin
#realJSOP22-Aug-00 4:56
professional#realJSOP22-Aug-00 4:56 
Generalvc / vb question Pin
Danny22-Aug-00 3:17
Danny22-Aug-00 3:17 
GeneralGetAmbientUserMode Pin
Aruna Gadige22-Aug-00 2:10
Aruna Gadige22-Aug-00 2:10 
GeneralGetAmbientUserMode Pin
Aruna Gadige22-Aug-00 2:09
Aruna Gadige22-Aug-00 2:09 
GeneralADO+DataGird+CJLibrary (Sample code) Pin
Masaaki Onishi21-Aug-00 15:38
Masaaki Onishi21-Aug-00 15:38 
GeneralRe: Copyright of CJLibrary ! Pin
Masaaki Onishi21-Aug-00 17:54
Masaaki Onishi21-Aug-00 17:54 
GeneralCustomized CFileDialog problem Pin
Randy More21-Aug-00 10:21
Randy More21-Aug-00 10:21 
GeneralFile Save As from ATL (no MFC) Pin
Chris L.21-Aug-00 8:57
Chris L.21-Aug-00 8:57 
GeneralRe: File Save As from ATL (no MFC) Pin
Michael Dunn21-Aug-00 11:34
sitebuilderMichael Dunn21-Aug-00 11:34 

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.