Error with wxWidgets wxmsw30u_gcc_custom.dll

Asked

Viewed 130 times

0

http://prnt.sc/8lfnv5 I’m starting with C/C++ and got the code::Blocks as compiler, I want to use wxWidgets, compile an application, a hello world, when opening by code::Blocks it works normal, when I try to open straight from ". exe", give the print error, ask for help to you.

  • Hello, welcome! So that the community can help you it is interesting that you post the code, so the description gets more complete.

  • Thank you David, I just selected the wxWidgets project in code::Blocks, then it came with a hello world code, I just compiled it to test, I compiled wxWidgets for this tutorial here: http://www.youtube.com/watch?v=FgAaiBg4wEE. Here’s the code: Otcmakerapp.cpp http://pastebin.com/Kmd9K8rw Otcmakermain.cpp http://pastebin.com/e3LtasQq Otcmakerapp. h http://pastebin.com/NHShxCu5 Otcmakermain. h http://pastebin.com/cTxFMCtX

1 answer

-1

You need to put this DLL in the program folder, if you do not want to do this, you can put the DLL in the folder "C: Windows System32" or in the "C: Windows Syswow64", in doubt put in the two folders.

This DLL is located in the library folder, which in this case is Wxwidgets.

Browser other questions tagged

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