DLL (None Specified)
At 29 DEC 1998 08:10:01AM Karl Pozmann wrote:
A third-party DLL works under OIFW 2.5 but after an upgrade to 3.4 and/or 3.5 it fails. Read the docs about the upgrade and tried placing DLL in the DLL subdirectory (originally it was in the OI root), re-declaring it, etc etc. The DLL maintains a STATUS.TXT file and is able to create it (ie, 0 bytes), but right after that it aborts. Specifically, this is the DLL from Videx for its Timewand.
At 29 DEC 1998 05:36PM Arjun Varma'REVELATION wrote:
Could you explain what you mean by re-declaring the DLL. Did you use DECLARE_FCNS in the Systems Editor?
At 31 DEC 1998 09:09AM Karl Pozmann wrote:
Actually, I even deleted the entity and then ran declare_fcns from the system editor.
At 04 JAN 1999 07:35AM Cameron Purdy wrote:
Karl,
Are there specific functions that fail or does the DLL fail to load or … ? There is a program called IsLib or IsDLL that is either in the product or I posted the source on our online discussion. Run it against the DLL name:
run IsLib "my.dll"
That will tell you if the problem is with loading. (I believe the result is "1" for success and "0" for failure.)
Cameron Purdy
Revelation Software