Code::Blocks Forums

User forums => Help => Topic started by: tango on October 11, 2009, 07:58:51 am

Title: [help] about libgcc_s_dw2-1.dll
Post by: tango on October 11, 2009, 07:58:51 am
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
Title: Re: [help] about libgcc_s_dw2-1.dll
Post by: stahta01 on October 11, 2009, 02:41:24 pm
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.