Error when compiling QtRpt in 32 bit MSVC2017?
-
Symbol not found errors ?
-
Which version of QtRpt ?
-
QtZint ?
By the way, did you check the binary package ? It might already provide what you need.
-
QtZint ?
By the way, did you check the binary package ? It might already provide what you need.
@SGaist ,
I think I loose something but I dont know?As You said I put QtZint.dll from binary package to msvc2017/bin and msvc2017/lib directory.
But still error:
LINK : fatal error LNK1104: 'QtZint.lib' could not open!
Where should I copy QtZint.dll?
Regards,
Mucip:) -
QtZint ?
By the way, did you check the binary package ? It might already provide what you need.
-
Is the code accessible somewhere ? If so, then build it first and then continue with the rest.
-
Is the code accessible somewhere ? If so, then build it first and then continue with the rest.
-
config.pri uncomment DEFINES += NO_BARCODE
-
config.pri uncomment DEFINES += NO_BARCODE
@ahmed-yousri ,
I think also it's need to be add#include <QAction>
in ScriptEditor.cpp
But still same error... :(
I copied old QtZint and other thinks from old version. But still linker error. :(What is the problem of new QtRpt version?...
Regards,
Mucip:) -
config.pri uncomment DEFINES += NO_BARCODE
@ahmed-yousri ,
By the way, I want to use barcode in my reports also.Regards,
Mucip:) -
Re: Error when compiling QtRpt in 32 bit MSVC2017?
Hello. I had the same error and solved it. (msvc2017 x64)
I don't know much about it, but I will write down what I think has helped me solve it.-
Put the QtRPT.dll and QtZint.dll in the path below
\ QtRptProject \ bin \ debug \ lib
\ QtRptProject \ bin \ release \ lib -
Put libQtRPT.a and libQtZint.a in the path below
\ QtRptProject \ bin \ debug \ lib \ lib
\ QtRptProject \ bin \ release \ lib \ lib -
Build the file in the path below
\ QtRptProject \ 3rdparty \ zint-2.4.4 \ Zint.pro
\ QtRptProject \ QtRPT \ QtRPT.pro
When built, QtRPT.lib and QtZint.lib are generated.
I hope it goes well.
-
-
Re: Error when compiling QtRpt in 32 bit MSVC2017?
Hello. I had the same error and solved it. (msvc2017 x64)
I don't know much about it, but I will write down what I think has helped me solve it.-
Put the QtRPT.dll and QtZint.dll in the path below
\ QtRptProject \ bin \ debug \ lib
\ QtRptProject \ bin \ release \ lib -
Put libQtRPT.a and libQtZint.a in the path below
\ QtRptProject \ bin \ debug \ lib \ lib
\ QtRptProject \ bin \ release \ lib \ lib -
Build the file in the path below
\ QtRptProject \ 3rdparty \ zint-2.4.4 \ Zint.pro
\ QtRptProject \ QtRPT \ QtRPT.pro
When built, QtRPT.lib and QtZint.lib are generated.
I hope it goes well.
@Park-Chongwon ,
Unfortunatelly I couldn't solve it on MSVC2017 32bit. Then I immigrated to LimeReport and I am very happy now.Regards,
Mucip:) -