Program requesting libgcc_s_dw2-1.dll

Asked

Viewed 2,020 times

0

This mistake is happening:

SS

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

  • Take a look at [tour]. You can accept an answer if it solved your problem. You can vote on every post on the site as well. Did any help you more? You need something to be improved?

1 answer

2

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

On the development machine it should just be in the compiler directory. And it should already be there. If you’re not looking for it. If you don’t find it, download here.

  • I need the dll to be "hidden", IE, I do not want to get files beyond itself . exe.

  • The question does not mention this. use -static-libgcc to compile.

  • I used it, but it didn’t help. I tried only -Static too, the two together and nothing.

  • You need to give more details. Programming is detail. Things may not work for a huge amount of reasons. Just saying it didn’t work doesn’t help. I consider the question answered. If you have another problem, open another question detailing it.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.