News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

error : "wx/something.h:no such file or directory."

Started by rashed muhammad, December 25, 2009, 11:14:16 AM

Previous topic - Next topic

rashed muhammad

Hi,
  i am new to code block.I am learning  to create project for windows. when i create a project , i am getting following error
error : "wx/something.h:no such file or directory."
here somethin = panel, frame etc..
What should i do?

plz help me. :(

stahta01

#1
If you did NOT mean to create an wxWidgets project; then create the correct type of project.
Note, this is NOT a board that teaches how to program.

The below applies if you wanted to create an wxWidgets project.

Did you read and understand this link?
http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef

Did you compile wxWidgets?
Are you using wxPack?
What is your OS?
What compiler? And version?

What build of Code::Blocks? Nightly SVN? release version number?

Tim S.

Edit: After doing the above, please turn on Full Compiler Logging.
http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]