I'm trying to deploy an application using the Barcode ActiveX Control.
The application is written in Powerbuilder and run from a network location, so there's no installer with which to register the MrvBarCd.dll. What I've done instead is use a scripting language tool to copy the DLL to the Windows SYSTEM32 folder, and run the REGSVR32 command line to register the DLL.
It all runs successfully. The DLL appears, I've verified the REGSVR32 command succeeds (and have even run it from the command line myself to verify its being run), but the application fails every time it tries to reference the DLL. If I run the Retail installation, the application works fine. Is there something the control is expecting to show it as being registered, or am I getting the wrong DLL?
Thanks in advance,
Chris
