Click here to Skip to main content
15,887,392 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to change the size of Property sheet or Property Page in MFC.? Pin
David Crow28-Feb-13 4:19
David Crow28-Feb-13 4:19 
QuestionHow to determine in runtime the class type of inhetited class from common base class? Pin
oleg6327-Feb-13 6:48
professionaloleg6327-Feb-13 6:48 
QuestionRe: How to determine in runtime the class type of inhetited class from common base class? Pin
David Crow27-Feb-13 7:09
David Crow27-Feb-13 7:09 
AnswerRe: How to determine in runtime the class type of inhetited class from common base class? Pin
oleg6327-Feb-13 7:12
professionaloleg6327-Feb-13 7:12 
AnswerRe: How to determine in runtime the class type of inhetited class from common base class? Pin
Maximilien27-Feb-13 8:02
Maximilien27-Feb-13 8:02 
QuestionLinker error with CLSID defined in uuids.h Pin
Vaclav_27-Feb-13 5:56
Vaclav_27-Feb-13 5:56 
AnswerRe: Linker error with CLSID defined in uuids.h Pin
Richard MacCutchan27-Feb-13 6:19
mveRichard MacCutchan27-Feb-13 6:19 
GeneralRe: Linker error with CLSID defined in uuids.h Pin
Vaclav_27-Feb-13 6:38
Vaclav_27-Feb-13 6:38 
Richard,
thanks for your advise.

I have replaced ( in uuids.h) failing CLSID with working one , same linker error.
Since I do not know squat about this I guess I need to find out what it should be to make this troubleshooting more effective.



// VMR GUIDS
// -------------------------------------------------------------------------
#pragma message ("CLSID_VideoMixingRenderer")
// {B87BEB7B-8D29-423f-AE4D-6582C10175AC}
OUR_GUID_ENTRY(CLSID_VideoMixingRenderer,
//0xB87BEB7B, 0x8D29, 0x423f, 0xAE, 0x4D, 0x65, 0x82, 0xC1, 0x01, 0x75, 0xAC)
0xe436ebb3, 0x524f, 0x11ce, 0x9f, 0x53, 0x00, 0x20, 0xaf, 0x0b, 0xa7, 0x70)


Addendum
Just changed the CLSID to CLSID_VideoRendererDefault and getting same linker error.
GeneralRe: Linker error with CLSID defined in uuids.h Pin
Richard MacCutchan27-Feb-13 7:25
mveRichard MacCutchan27-Feb-13 7:25 
GeneralRe: Linker error with CLSID defined in uuids.h Pin
Vaclav_27-Feb-13 7:39
Vaclav_27-Feb-13 7:39 
GeneralRe: Linker error with CLSID defined in uuids.h Pin
Richard MacCutchan27-Feb-13 9:20
mveRichard MacCutchan27-Feb-13 9:20 
AnswerRe: Linker error with CLSID defined in uuids.h Pin
Vaclav_27-Feb-13 15:32
Vaclav_27-Feb-13 15:32 
AnswerRe: Linker error with CLSID defined in uuids.h Pin
SoMad27-Feb-13 16:38
professionalSoMad27-Feb-13 16:38 
GeneralMessage Removed Pin
27-Feb-13 17:20
Vaclav_27-Feb-13 17:20 
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 

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.