Click here to Skip to main content
15,892,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Linker error with CLSID defined in uuids.h Pin
SoMad27-Feb-13 18:02
professionalSoMad27-Feb-13 18:02 
GeneralRe: Linker error with CLSID defined in uuids.h Pin
Vaclav_28-Feb-13 2:42
Vaclav_28-Feb-13 2:42 
AnswerRe: Linker error with CLSID defined in uuids.h Pin
Vaclav_28-Feb-13 9:34
Vaclav_28-Feb-13 9:34 
Questionlink list Pin
vshwash27-Feb-13 5:44
vshwash27-Feb-13 5:44 
AnswerRe: link list Pin
Richard MacCutchan27-Feb-13 6:08
mveRichard MacCutchan27-Feb-13 6:08 
AnswerRe: link list Pin
David Crow27-Feb-13 7:08
David Crow27-Feb-13 7:08 
Questionsimple dynamic array insert and remove element Pin
Eshoula Aswomwe27-Feb-13 2:18
Eshoula Aswomwe27-Feb-13 2:18 
AnswerRe: simple dynamic array insert and remove element Pin
NotPolitcallyCorrect27-Feb-13 3:05
NotPolitcallyCorrect27-Feb-13 3:05 
GeneralRe: simple dynamic array insert and remove element Pin
Eshoula Aswomwe27-Feb-13 3:34
Eshoula Aswomwe27-Feb-13 3:34 
QuestionHow to export Excel data into a file in MFC VC++ 2010 Pin
syam07126-Feb-13 23:55
syam07126-Feb-13 23:55 
AnswerRe: How to export Excel data into a file in MFC VC++ 2010 Pin
Richard MacCutchan27-Feb-13 1:03
mveRichard MacCutchan27-Feb-13 1:03 
QuestionLowest Level of Graphics on Windows Pin
Captain Price26-Feb-13 18:01
professionalCaptain Price26-Feb-13 18:01 
AnswerRe: Lowest Level of Graphics on Windows Pin
CPallini26-Feb-13 21:04
mveCPallini26-Feb-13 21:04 
GeneralRe: Lowest Level of Graphics on Windows Pin
Captain Price26-Feb-13 23:01
professionalCaptain Price26-Feb-13 23:01 
GeneralRe: Lowest Level of Graphics on Windows Pin
CPallini26-Feb-13 23:15
mveCPallini26-Feb-13 23:15 
GeneralRe: Lowest Level of Graphics on Windows Pin
Captain Price26-Feb-13 23:26
professionalCaptain Price26-Feb-13 23:26 
AnswerRe: Lowest Level of Graphics on Windows Pin
Albert Holguin27-Feb-13 4:44
professionalAlbert Holguin27-Feb-13 4:44 
GeneralRe: Lowest Level of Graphics on Windows Pin
Captain Price27-Feb-13 5:00
professionalCaptain Price27-Feb-13 5:00 
AnswerRe: Lowest Level of Graphics on Windows Pin
Albert Holguin27-Feb-13 6:44
professionalAlbert Holguin27-Feb-13 6:44 
GeneralRe: Lowest Level of Graphics on Windows Pin
Captain Price27-Feb-13 17:21
professionalCaptain Price27-Feb-13 17:21 
GeneralRe: Lowest Level of Graphics on Windows Pin
Orjan Westin28-Feb-13 3:28
professionalOrjan Westin28-Feb-13 3:28 
AnswerRe: Lowest Level of Graphics on Windows Pin
Shaheed Legion27-Feb-13 5:38
Shaheed Legion27-Feb-13 5:38 
The lowest level API that you can work with, while still using GDI, is DIBSections. DIBSections allow you to update the pixels of a bitmap manually and draw that bitmap using an HDC. They have always been fast enough, and are many times faster than using the SetPixel method. Hope this helps.
For awesome websites or just to chat check out my blog for more info. . .

QuestionReading Compressed AVI Video file Pin
ashwath197925-Feb-13 19:48
ashwath197925-Feb-13 19:48 
AnswerRe: Reading Compressed AVI Video file Pin
_Flaviu25-Feb-13 20:42
_Flaviu25-Feb-13 20:42 
GeneralRe: Reading Compressed AVI Video file Pin
ashwath197926-Feb-13 1:26
ashwath197926-Feb-13 1:26 

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.