Ken,
Using the example of http://www.jsoftware.com/jwiki/Guides/J%20VB.NET,
I created a code snippet that seems to work with VB 2010 Express:
Module Module1
Private jObject As JDLLServerLib.JDLLServer
Sub Main()
jObject = New JDLLServerLib.JDLLServer
End Sub
End Module
I added a reference in VB to the JDLLServer Type Library using the Add
Reference
dialog.
I made sure that I had run jreg.bat from the 32 or 64 bit J602 bin directory
before adding the reference.
--
David Mitchell
On 1/10/2010 22:06, Ken Chakahwata wrote:
>
> Hi
> I have a line
>
> Set js = CreateObject("jdllserver")
>
> In my VB program which is now giving an error -- I seem to recall that
> jdllserver has been renamed? Can someone point me to which dll I need to set
> reference to on Excel so I have j-automation available as in previous
> versions, or simply help me to resolve this issue.
>
> Many thanks
> Ken
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm