C++ sample code to scan and decode Codablock-F and GS1 Codablock-F barcodes in C++ Runtime Environment for Windows 32-bit, Windows 64-bit, or Linux 64-bit....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: CodablockF ); while (reader-> Read ()) { // Display code...