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
-~----------~----~----~----~------~----~------~--~---

Reply via email to