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

  • From: "Andy B." <sonfire11@xxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Mon, 29 Oct 2012 00:24:39 -0400

All C# requires is that I check the "register for com" in the build page of the 
properties window. I still don't seem to be able to get this to work. I don't 
know what I am missing.


-----Original Message-----
From: jawsscripts-bounce@xxxxxxxxxxxxx 
[mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Soronel Haetir
Sent: Sunday, October 28, 2012 8:23 PM
To: jawsscripts
Subject: [jawsscripts] Re: Getting the exact name of a com object

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


__________ï

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

Other related posts: