Click here to Skip to main content
15,911,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SAFEARRAY Question Pin
Steve S12-Mar-04 5:50
Steve S12-Mar-04 5:50 
GeneralProblem Solved Pin
Nick Parker12-Mar-04 8:19
protectorNick Parker12-Mar-04 8:19 
QuestionHow to read a cookie in C++ Pin
Anonymous12-Mar-04 4:39
Anonymous12-Mar-04 4:39 
AnswerRe: How to read a cookie in C++ Pin
David Crow12-Mar-04 5:07
David Crow12-Mar-04 5:07 
GeneralRe: How to read a cookie in C++ Pin
black97610-May-04 3:50
black97610-May-04 3:50 
GeneralRe: How to read a cookie in C++ Pin
David Crow10-May-04 3:59
David Crow10-May-04 3:59 
Questiondid u use video memory before? Pin
includeh1012-Mar-04 3:55
includeh1012-Mar-04 3:55 
AnswerRe: did u use video memory before? Pin
antlers12-Mar-04 5:49
antlers12-Mar-04 5:49 
It's very common for reads from the video buffer to be slow. The details of why depends on your specific hardware and directx driver. In general terms the video buffer is not just another block of RAM; after you are done writing to it, it may not contain exactly what you put in yet (or ever). DirectX tries to hide these details, but when you read from video memory it has to make everything synch up so it behaves like you expected it to.

The most common workaround is to rework your application so it does not have to read from the video buffer. It's seldom absolutely necessary.
GeneralRe: did u use video memory before? Pin
includeh1012-Mar-04 16:13
includeh1012-Mar-04 16:13 
Generaldebug problem Pin
star fish12-Mar-04 3:13
star fish12-Mar-04 3:13 
GeneralRe: debug problem Pin
Tim Smith12-Mar-04 4:03
Tim Smith12-Mar-04 4:03 
GeneralRe: debug problem Pin
star fish12-Mar-04 4:25
star fish12-Mar-04 4:25 
GeneralTitle bar.. Pin
Dennis L12-Mar-04 3:12
Dennis L12-Mar-04 3:12 
GeneralRe: Title bar.. Pin
Prakash Nadar12-Mar-04 3:29
Prakash Nadar12-Mar-04 3:29 
GeneralRe: Title bar.. Pin
Gary Wheeler12-Mar-04 4:24
Gary Wheeler12-Mar-04 4:24 
QuestionHow to insert a picture inmy dialog box Pin
Deepak Samuel12-Mar-04 2:18
Deepak Samuel12-Mar-04 2:18 
AnswerRe: How to insert a picture inmy dialog box Pin
David Crow12-Mar-04 2:23
David Crow12-Mar-04 2:23 
GeneralRe: How to insert a picture inmy dialog box Pin
Deepak Samuel12-Mar-04 2:28
Deepak Samuel12-Mar-04 2:28 
GeneralRe: How to insert a picture inmy dialog box Pin
george ivanov12-Mar-04 4:18
george ivanov12-Mar-04 4:18 
Generalreflecting value of one propertypage in another Pin
mymauve2112-Mar-04 1:45
mymauve2112-Mar-04 1:45 
GeneralRe: reflecting value of one propertypage in another Pin
Navin12-Mar-04 2:40
Navin12-Mar-04 2:40 
Generalupgrading VS6 to VS.NET2003, MFC linkage Pin
berndg12-Mar-04 1:40
berndg12-Mar-04 1:40 
GeneralRe: upgrading VS6 to VS.NET2003, MFC linkage Pin
Gary Wheeler12-Mar-04 2:00
Gary Wheeler12-Mar-04 2:00 
GeneralRe: upgrading VS6 to VS.NET2003, MFC linkage Pin
berndg12-Mar-04 2:16
berndg12-Mar-04 2:16 
GeneralRe: upgrading VS6 to VS.NET2003, MFC linkage Pin
Gary Wheeler12-Mar-04 3:08
Gary Wheeler12-Mar-04 3:08 

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.