Ordinal 58 not found in IMGMAN32.DLL (OpenInsight 32-Bit)
At 29 APR 2004 04:46:19PM Brock Prusha wrote:
I'm calling an external program to print labels from OI 4.0.3
using UTILITY RUNWIN. I'm getting the following error on a win2k sp2
machine:
"The ordinal 58 could not be located in the dynamic link library IMGMAN32.DLL".
I tried writing the command to a batch file then running the batch file but I received the same error. If run the batch file on its own, it works.
Any ideas?
Thanks in advance.
At 29 APR 2004 04:53PM Pat McNerthney wrote:
Sounds like a conflict between the IMGMAN32.DLL distributed by OI and the version expected by this external program.
Pat
At 29 APR 2004 05:32PM Brock Prusha wrote:
Any ideas on what to try? I thought about creating another exe
and calling that instead but I wasn't sure what IMGMAN32.DLL
had to do with the RUNWIN stuff. I thought IMGMAN32 dealt with image management.
What's weird is that the batch file gave the same error, yet it worked if ran the batch file from dos or explorer. I figured if it couldn't run the batch file then it wouldn't run anything.
Any suggestions?