Closed wcxu21 closed 1 month ago
Same issue here. I think these two dlls, which are related to OpenMP, come with gcc compiler and that's why released version doesn't contain them.
Oh sorry, i forgot to add those...
would you check this? https://github.com/azagaya/laigter/actions/runs/11333738954/artifacts/2054799022
would you check this? https://github.com/azagaya/laigter/actions/runs/11333738954/artifacts/2054799022
This version can run normally after decompression, and there will be no prompt for missing files. :-)
I looked at the time properties of these two Dll files. Why don't you use the dynamic link library compiled with the newer version?
I looked at the time properties of these two Dll files. Why don't you use the dynamic link library compiled with the newer version?
Im not sure i understand you. Im using the pre-compiled libraries from qt with mingw, so im grabbing the dlls also from there. Im not building the dlls, just using the prebuilt ones provided by qt installer in the github workflow.
This is not a problem, the software works just fine. Thank you for testing.
Cool! Im glad it worked! thanks for reporting!
I am from China, thanks for the application.
When I download the binary program released and run it, it prompts that libgomp-1.dll and libmcfgthread-1.dll are missing and cannot run. I found the solution on the Internet. I need to download these two files and extract and copy them to the same directory before I can run.
You can download the binary file at https://github.com/niXman/mingw-builds-binaries.
I hope that these two Dll files will be included in the files released in the future, otherwise there may be many users like me who encounter error prompts and cannot run normally.
Thank you all for your work, thank you.