Resource .dat error
-
Hello,
I currently have a .dat file that I use for an algorithm. The .dat file is located in the release folder and I access it through c++ by giving its path. However, I would like this file to be included in my project to avoid external dependencies and having to give the file with the .exe. I succesfully did that with image files by adding them in the QRC resource file I tried to do the same with the .dat file but at build I get :
mingw32-make[1]: *** [debug/qrc_qml.cpp] Error -1073741819I am using Qt5.7 on Windows with MinGw
Thank you very much,
Alex
-
Hi,
How big is that file ?