I do not success to compile openrpt with visual studio 2010.
I do have got sources code from openrpt-3.3.12.zip and try to compile this with visual studio 2010 + QT 5.5.1
QT 5.5.1 installed after visual studi 2010 + SP1 using qt-opensource-windows-x86-msvc2010-5.5.1.exe + qt-vs-addin-1.2.2-opensource.exe
after loading openrpt.pro, an openrpt.sln is created and for each project I had to edit project properties to add some path so that some header could well be leaded.
Doing this I succeed to compile and link dmtx, exportrpt... but no way to suceed to build qzint library.
First the source code as *.c refused to be compiled since the syntax inside is c++, changing the extension from c to cpp some some problem,but remain more than 60 errors!
Could someone told me how to build this??
Thanks