wxWidgets and Dev-C++
Posted
by
Anteater7171
on Stack Overflow
See other posts from Stack Overflow
or by Anteater7171
Published on 2011-02-12T07:23:49Z
Indexed on
2011/02/12
7:25 UTC
Read the original article
Hit count: 255
I've been using Bloodshed Dev-C++ for C++ programing for a while now. I'd like to get into GUI programing in C++. So I installed wxWidget and tried a simple hello world program, yet I get the following error:
\Dev-Cpp\gui_at0.cpp C:\Dev-Cpp\C wx/wx.h: No such file or directory.
I'm pretty sure this error is due to the wx folder not being in the right directory. Currently it's in C:. So where does it need to be moved to? Or is something else at play?
© Stack Overflow or respective owner