LimeReport Forum

General Category | Основное => Discussion | Обсуждение => Topic started by: Proton Phoenix on May 23, 2022, 07:04:25 PM

Title: an error in limereport
Post 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
Title: Re: an error in limereport
Post by: Subst on May 24, 2022, 07:08:10 AM
try to use the master branch from here
https://github.com/fralx/LimeReport
build it and then use
Title: Re: an error in limereport
Post by: Proton Phoenix on May 24, 2022, 02:07:57 PM
Hi bro Thank you for help

problem solved after uncomment no zint
and using -j10 for building
well done guys