News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

libintl-8.dll is missing!!

Started by PeterDeFord, September 23, 2015, 05:51:31 PM

Previous topic - Next topic

PeterDeFord


Hello! I installed CodeBlocks in Windows 8 and when opening the program I get an error that says: "The program can't start because libintl-8.dll is missing from your computer".

The program can still open, but I cannot Build/Compile anything.

Do you have any recommendations to solve this problem?


Regards,
Peter De Ford

stahta01

Fix your Compiler installation.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

PeterDeFord


To be more clear, I have installed CodeBlocks many times in Windows 8 and 10 using the file: "codeblocks-13.12mingw-setup", but always get the same error!

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

PeterDeFord


Thanks! I just copied libintl-8.dll from:

C:\Program Files (x86)\CodeBlocks\MinGW\bin

into

C:\MinGW\bin

and it worked!

scarphin

Which mingw installation are you using? I gues the one from cb? If yes, just switch your system path to that one instead of copying.

oBFusCATed

This means that you have a separate installation of MinGW or TDM compiler.
And you're mixing them. Keep in mind that old versions of the compiler have the *:/mingw hardcoded, so it is generally advised to not put any mingw compiler in such a path.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]