[jawsscripts] Building and connecting the COM object to JAWS finally worked!

  • From: "Peter Torpey" <ptorpey00@xxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Mon, 20 Jul 2015 16:44:53 -0400

Thanks to Soronel (and some off-line help of his), I finally managed to
build a project in VS 2013 creating a DLL whose objects can connect to JAWS!


The final "trick" was to fill in the progid when creating the ATL Class that
I wanted to connect to JAWS.



I enterd a string like:



DLLName.MyClass



Then in JAWS I used:

Var object testObj = CreateObject("DLLName.MyClass");



And testObj was created in the JAWS scripts.



Now on to adding some functions and methods to this object for JAWS to use.



Thanks very much for your patience and time Soronel!



--Pete



__________�

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

Other related posts:

  • » [jawsscripts] Building and connecting the COM object to JAWS finally worked! - Peter Torpey