Page 1 of 1

QLC 5 Compilation Error

Posted: Mon Apr 17, 2017 7:59 pm
by Hockeyman271
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!

Re: QLC 5 Compilation Error

Posted: Thu Apr 20, 2017 9:30 am
by janosvitok
Try to find the mentioned dll file somewhere in the QT directory, and copy it to QLC+ directory.

Re: QLC 5 Compilation Error

Posted: Thu Apr 20, 2017 8:45 pm
by Hockeyman271
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