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

[help] about libgcc_s_dw2-1.dll

Started by tango, October 11, 2009, 07:58:51 AM

Previous topic - Next topic

tango

please help me. I am new at using code blocks. when running .exe file I got an error message on my computer.

"the program can't start because libgcc_s_dw2-1.dll is missing from your computer. Try reinstalling the program to fix this problem".

now I am using code blocks svn 5859 and GCC 4.4.0. my operating system is windows 7

stahta01

Copy the needed DLLs to the folder containing the exe; When compiling with MinGW GCC 4.x DW2 the libgcc_s_dw2-1.dll and mingwm10.dll files needs copied from the mingw bin folder.

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]