Windows 32비트, Windows 64비트 또는 Linux 64비트용 C++ 런타임 환경에서 GS1 DataBar(Omnidirectional, Stacked Omnidirectional, Expanded, Expanded Stacked, Truncated) 바코드을 스캔하고 디코딩하는 C++ 샘플 코드....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: Databar ); while (reader-> Read ()) { // Display code...