Black Ice Software - October 19, 2011
QR Barcode SDK From Black Ice Software
Black Ice Software announces the release of the QR
Barcode SDK as part the Black Ice Software 2D
Barcode SDK.
The QR barcode SDK is a significant new addition for
Black Ice Software’s existing Document Imaging
product line including the current 2D Data Matrix
and PDF417 Barcode SDK. The QR Barcode SDK API is
available in both 32 bit and 64 bit for Visual
Studio and includes ActiveX controls for .NET, ASP,
C# and C++ developers.
Read more about Black Ice QR Barcode at:
www.blackice.com/QR
Programming Tips:
|
Using 32 bit ActiveX Controls with 64 bit
Printer Driver on a 64 bit Platform
The 32
bit applications that use ActiveX controls can
change the 64 bit printer driver's settings, using
the 32 bit OCX files.
When
installing the 32 bit RTK on a 64 bit operating
system, the installer does not register the controls
automatically. Users can register these files using
the ActiveX Test Container provided with Visual
Studio under the Tools menu item.
When
using the ActiveX controls from a .NET application,
make sure that you set a build platform correctly in
Visual Studio. To use the 32 bit controls, you must
set the build platform to x86. If the developer sets
the build platform to "AnyCPU", and the application
is executed on a 64 bit system, then the application
will only find the 64 bit controls, it won't find
any 32 bit controls.
If the x86 build platform is not listed in Visual
Studio, you can add x86 by selecting the
configuration manager from the list. and add the x86
platform.
|
|