Click here to Skip to main content
15,896,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to improve quality of a video.? Pin
mbatra3130-Jul-13 2:15
mbatra3130-Jul-13 2:15 
GeneralRe: How to improve quality of a video.? Pin
mbatra3130-Jul-13 2:19
mbatra3130-Jul-13 2:19 
GeneralRe: How to improve quality of a video.? Pin
Erudite_Eric30-Jul-13 2:45
Erudite_Eric30-Jul-13 2:45 
GeneralRe: How to improve quality of a video.? Pin
Erudite_Eric30-Jul-13 2:48
Erudite_Eric30-Jul-13 2:48 
GeneralRe: How to improve quality of a video.? Pin
mbatra3130-Jul-13 22:30
mbatra3130-Jul-13 22:30 
GeneralRe: How to improve quality of a video.? Pin
Erudite_Eric31-Jul-13 4:09
Erudite_Eric31-Jul-13 4:09 
GeneralRe: How to improve quality of a video.? Pin
mbatra311-Aug-13 19:21
mbatra311-Aug-13 19:21 
QuestionGUID as parameter "conversion" failure Pin
Vaclav_29-Jul-13 5:00
Vaclav_29-Jul-13 5:00 
Why am I getting this error ?
Here is the GUID definition
 
DEFINE_GUID(GUID_DEVINTERFACE_USB_DEVICE,0xA5DCBF10L, 0x6530, 0x11D2, 0x90, 0x1F, 0x00, 0xC0, 0x4F, 0xB9, 0x51, 0xED);
// (A5DCBF10-6530-11D2-901F-00C04FB951ED)


And here is the usage
     hDevInfo = SetupDiGetClassDevs(
          &GUID_DEVINTERFACE_USB_DEVICE, NULL, 0, DIGCF_DEVICEINTERFACE | DIGCF_PRESENT);

And here is the compiler complaint:

…. cannot convert parameter 1 from 'const struct _GUID *' to 'struct _GUID *'

Any help will be as always appreciated
Cheers Vaclav
AnswerRe: GUID as parameter "conversion" failure Pin
Richard MacCutchan29-Jul-13 5:34
mveRichard MacCutchan29-Jul-13 5:34 
GeneralRe: GUID as parameter "conversion" failure Pin
Vaclav_29-Jul-13 7:31
Vaclav_29-Jul-13 7:31 
GeneralRe: GUID as parameter "conversion" failure Pin
Richard MacCutchan29-Jul-13 20:49
mveRichard MacCutchan29-Jul-13 20:49 
AnswerRe: GUID as parameter "conversion" failure Pin
Erudite_Eric29-Jul-13 21:27
Erudite_Eric29-Jul-13 21:27 
GeneralRe: GUID as parameter "conversion" failure Pin
Vaclav_30-Jul-13 4:21
Vaclav_30-Jul-13 4:21 
GeneralRe: GUID as parameter "conversion" failure Pin
Richard MacCutchan30-Jul-13 5:44
mveRichard MacCutchan30-Jul-13 5:44 
Generaldraw multiple lines and move then on screen Pin
appollosputnik28-Jul-13 5:13
appollosputnik28-Jul-13 5:13 
GeneralRe: draw multiple lines and move then on screen Pin
Richard MacCutchan28-Jul-13 6:23
mveRichard MacCutchan28-Jul-13 6:23 
GeneralRe: draw multiple lines and move then on screen Pin
appollosputnik28-Jul-13 6:49
appollosputnik28-Jul-13 6:49 
GeneralRe: draw multiple lines and move then on screen Pin
Richard MacCutchan28-Jul-13 7:09
mveRichard MacCutchan28-Jul-13 7:09 
GeneralRe: draw multiple lines and move then on screen Pin
Rajdeep_28-Jul-13 20:21
Rajdeep_28-Jul-13 20:21 
GeneralRe: draw multiple lines and move then on screen Pin
Erudite_Eric29-Jul-13 21:30
Erudite_Eric29-Jul-13 21:30 
GeneralRe: draw multiple lines and move then on screen Pin
leon de boer11-Aug-13 4:26
leon de boer11-Aug-13 4:26 
Questionwhat is the usage about _Out_opt_bytecapcount_ Pin
yu-jian28-Jul-13 1:00
yu-jian28-Jul-13 1:00 
AnswerRe: what is the usage about _Out_opt_bytecapcount_ Pin
Richard Andrew x6428-Jul-13 8:16
professionalRichard Andrew x6428-Jul-13 8:16 
Questionget the function address from it's name using IMAGE_IMPORT_DESCRIPTOR Pin
JoneLe8627-Jul-13 9:43
JoneLe8627-Jul-13 9:43 
AnswerRe: get the function address from it's name using IMAGE_IMPORT_DESCRIPTOR Pin
pasztorpisti27-Jul-13 9:57
pasztorpisti27-Jul-13 9:57 

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.