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.
– David Schrammel
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
– Adelson Rocha