Client API & OI3.4 (OpenInsight Specific)
At 24 NOV 1997 10:44:21AM Ron Hollar wrote:
I have a VB program that uses the Client API to access OEv1.5 and OEv2.61 with no problem. I am trying access OI3.4 now and when the RevStartLocalEngine routine is called it displays the following:
Filing system installation failed
(REPOS_BFS–FS)
OpenEngine cannot continue
I have 3 different apps that need to use OI3.4 from VB, along with Arev and OI3.4 development. Is there a way to make this work?
At 24 NOV 1997 03:38PM Cameron Revelation wrote:
Ron,
It sounds like your LH.DLL is from a version of OpenInsight previous to 3.12. Use NetDrv.exe to switch network drivers to a newer LH*.dll.
It is also possible (but unlikely) that you are using an older BIG.DLL or REVCAPI.DLL. Make sure that these files only exist in the OpenInsight directory.
Cameron Purdy
Revelation Software
At 24 NOV 1997 05:55PM Ron Hollar wrote:
Thanks for the tip, I got it to work by putting the EXE of the VB app in the OINSIGHT directory. Older versions of REVCAPI.DLL and others are in other places on the network, but I don't have them in my path, neither are they mapped as search drives, so I don't know exactly which one was being picked up. Again, Thanks!