News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

It says libgmp-3.dll is missing when creating/opening a project

Started by Divider, July 06, 2009, 10:39:35 PM

Previous topic - Next topic

Divider

Hi everybody,

I have troubles using code::blocks, I installed the MinGW Version of cb but when I create a new project or load an existing one, then i get a MessageBox,

title : cc1plus.exe - Component not found

content: The application couldnt run because libgmp-3.dll wasn't found.

I already tried to put this dll everywhere but it seems not to work. I tried to reinstall cb but still no chance. Anybody knows how to fix that? I didnt do anything except reinstalling it once or twice.

Thanks a lot.

stahta01

The problem is almost defiantly in the MinGW Compiler.
What is your OS?
Which version of MinGW?
GCC Version?

If using Vista, you need to upgrade to an newer version of 3.4.5 MinGW GCC; the one shipped with Code::Blocks is NOT Vista Compatible.

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]

Divider

Thank you really much, didnt notice that so i just copied the newest version that i already had on the computer into the cb folder, now it works.