VFPX / FoxBarcodeQR

FoxBarcodeQR is a supplement of FoxBarcode class only for QR Code barcodes. This class is an alternative solution for all developers who requested QR Code support.
28 stars 23 forks source link

Barcodelibrarry.dll can'nt support on 64 bit #4

Open samypoetra opened 2 years ago

samypoetra commented 2 years ago

I'm using a 64 bit VFP, but this dll doesn't support my system, how do I fix it?

regard's

samypoetra

jhernancanom commented 2 years ago

Hi, samy. I think you could use Google API function:

GooQRCodeImage()

Do it and talk to us. By.

samypoetra commented 2 years ago

Hi, samy. I think you could use Google API function: GooQRCodeImage() Do it and talk to us. By.

samypoetra commented 2 years ago

I've never used GooQRCodeImage() before. do you have an example i can study?

jhernancanom commented 2 years ago

You can follow the examples in the documentation.

v-sasa commented 5 days ago

It would be much better if we had a dll that was compiled with a 64-bit compiler, because Google changed the address of its API, so it no longer works in your example either. Kudos to you for making a library for qr codes, it works well, but it would be great if you made a 64-bit version as well.