Program requesting libgcc_s_dw2-1.dll

0

This error is occurring:

I'm using Code :: Blocks, trying to create a program with wxWidgets.

    
asked by anonymous 03.10.2015 / 23:24

1 answer

2

This DLL is required to use GCC in Windows and should accompany all of your applications (unless you are on a path that can be found). Then copy it along with your application. Or put where it has PATH . Or, do not recommend but, put it next to Windows.

On development machine it should just be in the compiler directory. And it should already be there. If you are not looking for it. If you do not find it, download it here >.

    
03.10.2015 / 23:43