Hello
Does anyone have a function that will convert a string to barcode 128? I download the
free font CODE128, but now I need to calculate the value to feed it.
I want to avoid the need to purchase from ID Automation.
Thank You
Tom
Hello
Does anyone have a function that will convert a string to barcode 128? I download the
free font CODE128, but now I need to calculate the value to feed it.
I want to avoid the need to purchase from ID Automation.
Thank You
Tom
You are right ... I can't use 64bit dll with IDE (32bit)
So I used IdAutomationFontEncoder.dll (32bit) and I was compiling my project in 32 bit
But I placed IdAutomationFontEncoder.dll (32bit) in ... \System32
Or it must be placed in ...\Syswow64 and registered with ...\Syswow64\Regsvr32
Then it works as well in IDE than with .exe
"Oufti :-)"
Thanks