From: Wilson Bilkovich Date: 2006-11-14T03:14:47+09:00 Subject: Re: Ruby and COM On 11/13/06, Aureliano Buendia wrote: > Wilson Bilkovich wrote: > > On 11/13/06, Aureliano Buendia wrote: > >> where {...} is the CLSID and version_number is the version number. Using > >> > >> WIN32OLE.new('{...}') > >> > >> does not work as WIN32OLE cannot find this CLSID in the registy. Is this > >> a WIN32OLE problem? Maybe it only looks for some other places in the > >> registery. > >> > > > > Are you able to use this COM object from other > > languages/applications/etc? I'm a little rusty, but it doesn't sound > > properly registered to me. > > The COM object can be used from visual basic 6, so it should be possible > to be accessed from anywhere else? > In Visual Studio 6, what does the COM browser say that the full name is? (It has been a long time, but I think it is F4 or something like that.)