jLH config issue (OpenInsight Specific)
At 02 JUN 1998 10:29:27AM Ron Hollar wrote:
I decided to take a look at the jLH server, and got it to work! I wanted to share what I found so far. I am using OI 3.6, win95, Novell Client 32 v2.2, and the Java Runtime Environment 1.1.6 that I finally found buried in www.sun.com. At first the JRE would not start, but it was because I am using the Proxy client that comes with IIS 3.0, and one of the WSP Client settings in the control panel is
"Force IPX/SPX protocol"
When it was checked, the JRE would not load, but works fine when cleared. (I found this after installing Internet Explorer 4.0, it wouldn't work either because of the same thing.)
One question: Using the Database Manager, I could not see any Arev files on our Novell server, which uses the NLM, this may be normal, I don't know.
Also, I was wondering, is there an API published so that OpenEngine could be accessed from a 32-bit VB or VC++ application?
At 02 JUN 1998 01:04PM Carl Pates wrote:
Ron,
]]Also, I was wondering, is there an API published so that OpenEngine could be accessed from a 32-bit VB or VC++ application? 16 bit problems when dealing with this so be prepared to play with thunking and WM_COPYDATA messages if you want to get complicated.
A developer named Bryan Feddish has written an OLE automation server to access OI, and I think he's wrapped it up in an OCX so you could use this.
If you search for Bryan on this site you should find his email address/url.
World Leaders in all things RevSoft
At 03 JUN 1998 08:18AM Bryan Feddish wrote:
Try www.netreach.net/~bfeddish/IOBridge.htm. This is an ActiveX control "wrapper" around my REVSRVR.EXE OLE automation program (which you can get by itself at the bottom of the web page). If you want to use VC++ then EMail me personally and I'll send you the header files and an automation class to include in your VC++ project.
Bryan