Hello, I have tried use <install></install> in 'gadget.gmanifest' file,it can work well in my PC,
but when i copy it to another PC which never use it or delete all key about the DLL in win registration,it can new the object ,but can not call the COM. is there anything neglected? On 4月22日, 下午3時09分, Stefan vd <[email protected]> wrote: > Hi, > > To include a COM dll in your gadget.You must add this code in you > 'gadget.gmanifest' file. > > <gadget ...> > ... > <install> > <object name="myobject" clsid="OBJCLSID-HERE-..." src="my.dll"/> > </install> > ... > </gadget> > > To learn more check this > website:http://code.google.com/apis/desktop/docs/script.html#install-element > > Kind Regards, > Stefan Van Damme (aka Stefan vd) > Gadget Developer > > On Apr 22, 6:06 am, sunima <[email protected]> wrote: > > > > > Hello, > > To provide COM for my gadget, I builded a ATL project with C++.I > > packed the release DLL to .gg,and hope it can work well anywhere. > > In fact,when i copy it to another PC which didn't register the DLL, my > > code new a ActiveXObject will fail. > > So, how can i register DLL,when run gg?- 隱藏被引用文字 - > > - 顯示被引用文字 - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Desktop Developer Group" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Desktop-Developer?hl=en -~----------~----~----~----~------~----~------~--~---
