Hi,
for creating 2D-Barcodes in VFP like QR-Code and Datamatrix I have implenented a dll-file (an ATL ActiveX component) called XBarCodePro.dll into VFP (their webseite: I implemented it by first registering the file with a batch-command using regsvr32. Then I added it to VFP via Options -> Controls -> ActiveX Controls and added the xbarcodepro.dll file to the list and checkmarked it. Afterwards I could add barcode-objects to my forms. It worked well, but now I have to use an updated version of the dll-file, because there were some issues with the datamatrix-Barcode. So I received a new xbarcodepro.dll file. It also comes with a new .lib-file for the license.
After unregistering the old dll-file via a "regsvr32 /u" command and registering the new one with regsvr32 command, I tried to add the new file to vfp again via options -> controls. But when choosing the new dll-file, there appears an error message that the "file does not exist"!? Even though I used the add-button, chose libraries as file type and could select the dll-file.
Any ideas on how I can make the new version of the xbarcodepro.dll file work in VFP?
Manni
for creating 2D-Barcodes in VFP like QR-Code and Datamatrix I have implenented a dll-file (an ATL ActiveX component) called XBarCodePro.dll into VFP (their webseite: I implemented it by first registering the file with a batch-command using regsvr32. Then I added it to VFP via Options -> Controls -> ActiveX Controls and added the xbarcodepro.dll file to the list and checkmarked it. Afterwards I could add barcode-objects to my forms. It worked well, but now I have to use an updated version of the dll-file, because there were some issues with the datamatrix-Barcode. So I received a new xbarcodepro.dll file. It also comes with a new .lib-file for the license.
After unregistering the old dll-file via a "regsvr32 /u" command and registering the new one with regsvr32 command, I tried to add the new file to vfp again via options -> controls. But when choosing the new dll-file, there appears an error message that the "file does not exist"!? Even though I used the add-button, chose libraries as file type and could select the dll-file.
Any ideas on how I can make the new version of the xbarcodepro.dll file work in VFP?
Manni