, ,

Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

VB DLLs (OpenInsight 32-Bit)

At 14 MAY 2002 04:21:24PM Steve Epstein wrote:

We are trying to create a DLL using VB 6.0. Start the project off as a DLL and it supposedly takes care of everything. Anyhow, we can call the DLL from another VB EXE, but can't get the function recognized in OI32. Yes - we DECLARE_FCNS, but the error message we keep getting is that "'imgcvrt' is not in dll imgcvrt". Further inspection with Quickview shows that it doesn't list the function either. Has anyone had any luck with this?


At 14 MAY 2002 04:48PM Pat McNerthney wrote:

I recommend using the VC++ program "DUMPBIN /EXPORTS TheDll.Dll" (or a similar tool) to get a listing of the actual entry point names exported by the dll.

Pat

View this thread on the Works forum...