Hi Hermann, I use the J OLE Server (j.exe) in WindowsXP and Vista. Unfortunately, I'm home now and I only have access to a Mac.
There were changes on how the J OLE Server is to be initialized between J601 and J602 and you can get more info in: file:///Applications/j602/help/user/j_ole_auto_server.htm Just replace the path above with the appropriate location for Windows (Im on a Mac Pro). I also wrote a VB.NET wrapper which properly initializes a J OLE Server in the J Wiki which you can find here: http://www.jsoftware.com/jwiki/Guides/J_VB.NET I would suggest reviewing the initialize() procedure in the code. I hope this points you to the right path ... r/Alex -----Original Message----- From: [EMAIL PROTECTED] on behalf of Hermann Wandelt Sent: Thu 10/30/2008 8:53 PM To: J_Software Programming Subject: [Jprogramming] "jexeserver" (jsutil)/j602/Windows_XP Hallo friends, I had no problem running "jexeserver" when using j601 and Windows_2000. I'm not able to do it with j602 and Windows_XP. Are there any new preconditions to observe ? The error message tells me:" Runtime error '91'. Object_variable not specified. " Debugging points me to the second line of: Sub jdo(s As String) ec = js.Do(s) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! If ec Then MsgBox "Error code: " & Str(ec) End Sub Has any body any idea, what there is wrong? Thanks in advance for any help. Hermann Hermann Wandelt [EMAIL PROTECTED] ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
