Problem with GUID
-
Hi I´m trying to create an instance of: CComQIPtr<IInputObjectSite>pInputObjectSite; but i´m getting error 2787 (No guid has been associated with this object). The guid is declared in shlguid.h, and this file is included in the project. Why it doesn´t recognize it? Thanks Gabriel Old C programmers never die. They just cast into void
-
Hi I´m trying to create an instance of: CComQIPtr<IInputObjectSite>pInputObjectSite; but i´m getting error 2787 (No guid has been associated with this object). The guid is declared in shlguid.h, and this file is included in the project. Why it doesn´t recognize it? Thanks Gabriel Old C programmers never die. They just cast into void
-
Thanks for your suggestion. It worked. I formerly posted that it didn´t work but i was really tired and i was forgetting the & before the GUID. Gabriel Old C programmers never die. They just cast into void