[jawsscripts] Re: Getting the exact name of a com object

  • From: Soronel Haetir <soronel.haetir@xxxxxxxxx>
  • To: jawsscripts <jawsscripts@xxxxxxxxxxxxx>
  • Date: Sun, 28 Oct 2012 16:23:24 -0800

Are you sure the COM class has been registered?  (That the ProjID
"vs_jaws.Connect " references the correct CLSID and that the CLSID has
all the required information?)

Also, for GetObject to work, you will need to register the actual
active instance, using the windows API that would be done with a call
to RegisterActiveObject, but if you are doing this in something other
than c/c++ I'm not sure what your language requires.

On 10/28/12, Andy B. <sonfire11@xxxxxxxxx> wrote:
> I am now trying to work on getting the name of the class for my com object.
> The literal name is vs_jaws.Connect (including the namespace/class name).
> Unfortunately, GetObject() doesn't seem to like this idea very well. Any
> ideas?
>
>
>
>
>
>
> __________ï
>
> View the list's information and change your settings at
> http://www.freelists.org/list/jawsscripts
>
>


-- 
Soronel Haetir
soronel.haetir@xxxxxxxxx
__________ï

View the list's information and change your settings at 
http://www.freelists.org/list/jawsscripts

Other related posts: