QLC 5 Compilation Error

Post Reply
User avatar
Hockeyman271
Posts: 11
Joined: Fri Nov 11, 2016 8:00 am
Location: Flint, MI
Real Name: Stephan J Pivirotto
Contact:

Hello,


Im using windows 7, have Qt 5.8.0 and mysys64 installed. here is the version of Qt i have installed:
Capture2.JPG
I was able to compile qlc but when i go to launch the application from C/qlcplus/ it is throwing me the error below.
Capture.JPG
I have been following this tutorial
https://github.com/mcallegari/qlcplus/w ... -Build-Qt5

I saw this section on the old way to compile for windows:
Capture1.JPG
Do you still need to do these two steps before attempting to launch the software? installing MinGW and Qt.

any ideas? I have tried searching around the web for the issue but i couldn't find the same problem anywhere....

Thanks!
janosvitok
Posts: 1266
Joined: Mon Apr 13, 2015 7:05 am
Location: Bratislava, Slovakia
Real Name: Jano Svitok
Contact:

Try to find the mentioned dll file somewhere in the QT directory, and copy it to QLC+ directory.
User avatar
Hockeyman271
Posts: 11
Joined: Fri Nov 11, 2016 8:00 am
Location: Flint, MI
Real Name: Stephan J Pivirotto
Contact:

Found it!!

C:\msys64\mingw32\bin

I ended up having a couple fo DLLs missing:

libicuind57
libicuucd57
libicudtd57
libpcre16-0

copied them all to C:\qlcplus\

and the program started up!!

Thank you
Post Reply