_com_dispatch_method undefied
-
im trying to do some excel automation but im getting that _com_dispatch_method is undefined, im using MFC, any idea why?
Did you call AfxOleInit or CoInitialize before any automation code? Bunburry
-
Did you call AfxOleInit or CoInitialize before any automation code? Bunburry
yes, but i doesn´t even compile i get that linker error "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox [^]
-
yes, but i doesn´t even compile i get that linker error "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox [^]
#include <atlcom.h> #include <comdef.h> does this help compiling? Bunburry
-
#include <atlcom.h> #include <comdef.h> does this help compiling? Bunburry
¿? "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox [^]
-
¿? "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox [^]
sorry if forgot the <> tags So again: #include <atlcom.h> #include <comdef.h> Bunburry
-
sorry if forgot the <> tags So again: #include <atlcom.h> #include <comdef.h> Bunburry
Nope Still the Same :( "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox [^]
-
Nope Still the Same :( "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox [^]
my last idea: #include <comutil.h> Bunburry
-
my last idea: #include <comutil.h> Bunburry
nope :( still the same "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox [^]
-
nope :( still the same "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox [^]
Try uncommenting COM related code snippets, try figure out which part causes this Bunburry
-
Try uncommenting COM related code snippets, try figure out which part causes this Bunburry
i will thanks a lot "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox [^]
-
Did you call AfxOleInit or CoInitialize before any automation code? Bunburry
hi, i found the solution this weekend , i just needed to add comsuppw.lib :-O , thanks for all your help :-D "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox [^]