XREV.DLL and return codes ? (OpenInsight 32-Bit)
At 17 MAR 2003 09:35:52AM Alexandre Zaremba wrote:
Does anybody know where I can find "return codes descriptions" for methods of RevSoftlib library objects?
I test VB aplication for read / write data from OI tables.
The application works correct but frequently very strange events occur.
For example,
Revelation.CreateEngine(Engine, "VB", "SYSPROG", 1, 1) return 38.
Or VB program passes trough
Queue.CloseQueue
Engine.CloseEngine
Set Queue=Nothing
Set Engine=Nothing
Set Revelation=Nothing
without expected result( it doesn't close Oiengine ).
Without description I can suppose only one - XREV.DLL doesn't work correctly. May be OI specialists have got any comments? It'll be appreciated.
My computer IBM Pentium 4 (2.52GHz 512MB) with XP,VB6,OI 4.13.
At 17 MAR 2003 10:37AM Don Miller - C3 Inc. wrote:
Alexandre ..
Probably one post is sufficient .
Don M.
At 17 MAR 2003 12:32PM Pat McNerthney wrote:
Alexandre,
The XREV.DLL is mostly a direct wrapper around the C level REVCAPI interface, so the return codes are the same as the return code for the REVCAPI calls.
This link REVCAPI, REVCAP32, and REVSHE32 is a listing of REVCERRS.H, the C header file which lists the REVCAPI error codes.
Pat
At 18 MAR 2003 04:12AM Alexandre Zaremba wrote:
It happend by chance. I didn't mean to post many messages. Sorry…