Search found 127 matches
- Thu Oct 29, 2009 8:06 am
- Forum: C++ Development
- Topic: Moving to Linux
- Replies: 19
- Views: 2964
- Wed Oct 28, 2009 6:53 pm
- Forum: C++ Development
- Topic: Moving to Linux
- Replies: 19
- Views: 2964
The program 'wx-config' can be found in the following packages: * libwxbase2.4-dbg * libwxbase2.4-dev * libwxbase2.6-dbg * libwxbase2.6-dev * libwxbase2.8-dbg * libwxbase2.8-dev * libwxgtk2.4-dbg * libwxgtk2.4-dev * libwxgtk2.6-dbg * libwxgtk2.6-dev * libwxgtk2.8-dbg * libwxgtk2.8-dev Try: sudo apt-...
- Mon Oct 26, 2009 1:28 pm
- Forum: C++ Development
- Topic: Moving to Linux
- Replies: 19
- Views: 2964
- Mon Oct 26, 2009 11:15 am
- Forum: C++ Development
- Topic: Moving to Linux
- Replies: 19
- Views: 2964
* libwxbase2.4-dbg * libwxbase2.4-dev * libwxbase2.6-dbg * libwxbase2.6-dev * libwxbase2.8-dbg * libwxbase2.8-dev * libwxgtk2.4-dbg * libwxgtk2.4-dev * libwxgtk2.6-dbg * libwxgtk2.6-dev * libwxgtk2.8-dbg * libwxgtk2.8-dev This is what the terminal says. In Code Blocks I did not find where I can ente...
- Thu Oct 15, 2009 11:45 am
- Forum: C++ Development
- Topic: Moving to Linux
- Replies: 19
- Views: 2964
- Sat Sep 05, 2009 4:10 pm
- Forum: C++ Development
- Topic: Moving to Linux
- Replies: 19
- Views: 2964
I installed g++, though I found no "essential build" or anything like that in the synaptic. Installed Code Blocks (it can import dev, yay!). Installed wxWidgets from synaptic. Also installed wxSmith. Tried to build a test project, but the compiler said that there is no wx/wx.h file. Does it mean I h...
- Fri Sep 04, 2009 8:17 pm
- Forum: C++ Development
- Topic: Moving to Linux
- Replies: 19
- Views: 2964
Moving to Linux
Hey guys! With lots of your help I was able to write two applications which are very useful to me. However, now I have moved to Linux. I am using Ubuntu 9.04 I would now like to compile the apps I made for linux. The audio library I used has a version for linux, so there seems to be no problem. But ...
- Tue Aug 18, 2009 10:22 am
- Forum: C++ Development
- Topic: variable or field `xxxx' declared void
- Replies: 3
- Views: 1308
- Tue Aug 18, 2009 10:09 am
- Forum: C++ Development
- Topic: variable or field `xxxx' declared void
- Replies: 3
- Views: 1308
- Fri Aug 14, 2009 7:24 am
- Forum: C++ Development
- Topic: How to launch an instance of the app already running?
- Replies: 11
- Views: 2029
When used the code you wrote, got an error: wxGetApp undeclared.
However, I tried this and it worked:
thanks for the help, doublemax!
However, I tried this and it worked:
Code: Select all
::wxExecute(wxTheApp->argv[0]);
- Fri Aug 14, 2009 5:36 am
- Forum: C++ Development
- Topic: How to launch an instance of the app already running?
- Replies: 11
- Views: 2029
- Thu Aug 13, 2009 9:09 am
- Forum: C++ Development
- Topic: How to launch an instance of the app already running?
- Replies: 11
- Views: 2029
- Thu Aug 13, 2009 6:37 am
- Forum: C++ Development
- Topic: How to launch an instance of the app already running?
- Replies: 11
- Views: 2029
- Wed Aug 12, 2009 6:25 pm
- Forum: C++ Development
- Topic: How to launch an instance of the app already running?
- Replies: 11
- Views: 2029
How to launch an instance of the app already running?
I would like to fire up another instance of the app by, say, pressing a key. Is that possible and if yes - then how? I did search the forum and wiki and documentation. Found wxExecute, but I am not sure this is the right thing.
- Sun Aug 02, 2009 5:04 pm
- Forum: C++ Development
- Topic: When calling MDI child frame, app crashes
- Replies: 8
- Views: 2292