Sorry I didn't get back to you sooner. I have tried all the .pro files, none of them build Most of the complaints are "unknown modules(s) in Qt:charts. Do not have a clue what is missing here. ken
i am trying to build this as a lib in QT 5.9.3 with minGW. I opted out the barcode lib since I don't need this. I keep getting errors"unknown module(s) in QT:charts" I see no reference to charts anywhere in code.. so what is it looking for? I see this is a very complete project with many hours of work in it..i appreciate that k
Dimitrios, looked at your document and it is a very good start. I'm trying to port this to an Atmel AVR32 & arm and have already had to edit lots of code to just get it to compile. embedded systems do not have the file systems needed and lots of liberty taken in the code.. Simple casts are wrong and won't compile with the GCC derived compilers.... It really needs a re-structure to be used in the embedded world. I think it would become king here since I see lots of projects that want some minimal...