I wrote c++ program in Qt to get ScanDataEvent using MFC CCmdTarget. I could able to see the Barcode data in my application.
I would like to get scanned data without MFC in Qt. I don't want to use CCmdTarget & AfxConnectionAdvise.
I need some examples to get ScanDataEvent in QT C++ without MFC.
1 Replies
Done it with QAxObject