Code::Blocks Forums

User forums => Help => Topic started by: Divider on July 06, 2009, 10:39:35 pm

Title: It says libgmp-3.dll is missing when creating/opening a project
Post by: Divider on July 06, 2009, 10:39:35 pm
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.
Title: Re: It says libgmp-3.dll is missing when creating/opening a project
Post by: stahta01 on July 06, 2009, 11:02:23 pm
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
Title: Re: It says libgmp-3.dll is missing when creating/opening a project
Post by: Divider on July 06, 2009, 11:44:29 pm
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.