I already have Mingw installed at C:\Mingw and wxWidgets built and installed at C:\wxWidgets-2.9.4.
Can I make wxDev-C++ use those instead of the devpaks? Are there any conflicts?
Thanks
Search found 6 matches
- Thu Jan 17, 2013 3:58 pm
- Forum: wxDev-C++
- Topic: Can I use wxDev-C++ with my own MinGW and my own built wx?
- Replies: 2
- Views: 2249
- Sat Dec 24, 2011 3:03 pm
- Forum: wxDev-C++
- Topic: Can't use VC++ 2010 wx2.9
- Replies: 3
- Views: 2055
Re: Can't use VC++ 2010 wx2.9
Got it to work.
Had to add the following directories to the path:
C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include
C:\Program Files\Microsoft SDKs\Windows\v7.0A\lib
It seems VC++2010 Express installs the windows.h and windows libs there.
Had to add the following directories to the path:
C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include
C:\Program Files\Microsoft SDKs\Windows\v7.0A\lib
It seems VC++2010 Express installs the windows.h and windows libs there.
- Sat Dec 24, 2011 2:13 pm
- Forum: wxDev-C++
- Topic: Can't use VC++ 2010 wx2.9
- Replies: 3
- Views: 2055
Re: Can't use VC++ 2010 wx2.9
1. Yes, I have VC++ 2010 Express.
2. Yes, I have wxWidgets_common.devpak.
3. It can't find windows.h.
Any idea?
How does your include paths look like?
2. Yes, I have wxWidgets_common.devpak.
3. It can't find windows.h.
Any idea?
How does your include paths look like?
- Fri Dec 23, 2011 2:00 pm
- Forum: wxDev-C++
- Topic: Can't use VC++ 2010 wx2.9
- Replies: 3
- Views: 2055
Can't use VC++ 2010 wx2.9
Hello! I just did a clean install of wxDev-C++ 7.4.1. I installed the devpak for VC++2010 wx2.9. I can't build a simple project with VC++2010. I get this error: 66 C:\Dev-Cpp\include\common\wx\msw\wrapwin.h [Error C1083] Cannot open include file: 'windows.h': No such file or directory How to solve t...
- Tue Nov 15, 2011 5:13 pm
- Forum: Database Related
- Topic: What's the recommended database component?
- Replies: 2
- Views: 3740
Re: What's the recommended database component?
Thanks.
WxDba looks good, but I'm having trouble compiling it.
Is there any guide?
WxDba looks good, but I'm having trouble compiling it.
Is there any guide?
- Mon Nov 14, 2011 8:36 pm
- Forum: Database Related
- Topic: What's the recommended database component?
- Replies: 2
- Views: 3740
What's the recommended database component?
Hi! I like wxWidgets and I'd like to begin creating database applications with it. So, I have a few questions: 1) What's the recommended library if I want to use Sqlite3? Is it wxSqlite3 or databaselayer (it may be worth learning if I plan to migrate to something like MySql?) 2) How do I build datab...