Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
libicuin75.dll was not found
At this time I am trying to manually install doxygen into msys64 but the computer I am using does not have access to the internet. When I try to start doxywizard.exe, I am receiving this error.
The code execution cannot proceed because libicuin75.dll was not found.
Does anyone have any suggestions or know what package I need to install?
2 answers
Your application needs a dll to run, libicuin75.dll Search on google "download libicuin75.dll for msys".
Do not depend on any web, URL can be change so just search for DLL on google and download.
1 comment thread
I have found the package here: https://packages.msys2.org/package/mingw-w64-x86_64-icu
Also: https://github.com/msys2/MINGW-packages/issues/7556
0 comment threads