LimeReport Forum
General Category | Основное => Discussion | Обсуждение => Topic started by: Proton Phoenix on May 23, 2022, 07:04:25 pm
-
entry point error on limereport.dll
i followed the video in youtube for building and including limereport
when i run my software it show up this error
in debug folder limereport.dll size = 173 MB
in release folder limereport.dll size= 3.27 MB
but the problem is
when i try to release my softawre
(https://i.ibb.co/tsPc8vp/error.png)
.. and strange if i copy the limereport.dll debug one which is very big to release folder
error disappear
but is it ok for dll to be that big!!!
is there any solution !!
i am using qt 5.15.2
and limereport_1_5_0_RC
-
try to use the master branch from here
https://github.com/fralx/LimeReport
build it and then use
-
Hi bro Thank you for help
problem solved after uncomment no zint
and using -j10 for building
well done guys