qinmenghua / pw-tools

Automatically exported from code.google.com/p/pw-tools
0 stars 0 forks source link

I can not fine inluce files #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I can not find include file in sPck\mian.h.
#include <wx/wx.h>
#include <wx/app.h>
#include <wx/datstrm.h>
#include <wx/wfstream.h>
#include <wx/mstream.h>
#include <wx/zstream.h>
#include <wx/buffer.h>
#include <wx/process.h>
#include <wx/textfile.h>
#include <wx/stdpaths.h>

How i can find these files?

Original issue reported on code.google.com by softre...@gmail.com on 10 Oct 2012 at 3:26

GoogleCodeExporter commented 9 years ago
compile wxMSW and include header & libaries or download them precompiled from 
this svn repo: https://code.google.com/p/wx-dev-suite

Original comment by max_schm...@gmx.net on 15 Oct 2012 at 1:05