Search found 864 matches
- Wed Mar 16, 2011 9:17 pm
- Forum: wxDev-C++
- Topic: wxdevcpp crash when opening project
- Replies: 2
- Views: 1576
- Mon Mar 14, 2011 9:05 pm
- Forum: wxDev-C++
- Topic: RAD GENERATING CODES FROM BOTTOM TO TOP
- Replies: 8
- Views: 2858
- Thu Aug 06, 2009 12:19 pm
- Forum: wxDev-C++
- Topic: Can't compile using wxWidgets as DLL (v2.8.10)
- Replies: 6
- Views: 2116
- Fri Jul 24, 2009 7:08 pm
- Forum: wxDev-C++
- Topic: Noobie question...
- Replies: 24
- Views: 6210
- Sat Jul 18, 2009 11:00 pm
- Forum: Open Discussion
- Topic: Realtek Audio Driver Problem...
- Replies: 5
- Views: 2580
- Fri Jul 17, 2009 7:45 am
- Forum: Open Discussion
- Topic: Realtek Audio Driver Problem...
- Replies: 5
- Views: 2580
- Fri Jul 17, 2009 6:52 am
- Forum: wxDev-C++
- Topic: App loaded in memory, Window(wxFrame) not displayed
- Replies: 4
- Views: 1754
- Thu Jul 09, 2009 7:36 am
- Forum: wxDev-C++
- Topic: Noobie question...
- Replies: 24
- Views: 6210
- Wed Jul 08, 2009 7:34 am
- Forum: wxDev-C++
- Topic: Where is the form editor?
- Replies: 10
- Views: 3108
- Tue Jul 07, 2009 12:49 pm
- Forum: wxDev-C++
- Topic: Where is the form editor?
- Replies: 10
- Views: 3108
- Tue Jul 07, 2009 12:46 pm
- Forum: wxDev-C++
- Topic: empty template project and "cannot find -lwxmsw" e
- Replies: 9
- Views: 2673
The empty template just creates a project with the correct library paths, etc for using the wxWidgets libraries. You have to add all the code. So that is quite normal.sds wrote:And what about the empty template project? Is that normal? I expected something like "Hello world" with a button to press...
- Tue Jul 07, 2009 9:10 am
- Forum: wxDev-C++
- Topic: Where is the form editor?
- Replies: 10
- Views: 3108
- Tue Jul 07, 2009 8:20 am
- Forum: wxDev-C++
- Topic: empty template project and "cannot find -lwxmsw" e
- Replies: 9
- Views: 2673
- Sun Jul 05, 2009 3:29 pm
- Forum: wxDev-C++
- Topic: Dev-CPP keeps tossing my form data
- Replies: 4
- Views: 1469
Rc5 has at least one serious bug which affects the wxform generation at the moment which is why it is still in release candidate and not final release at the moment. I guess it is this bug that is causing your problem. The IDE has undergone some major changes since the last release and unfortunately...
- Sun Jul 05, 2009 7:21 am
- Forum: wxDev-C++
- Topic: Dev-CPP keeps tossing my form data
- Replies: 4
- Views: 1469
Which version of the wxWidgets library are you using? I can't find wxTectCtrl::ClearSelection() or wxTectCtrl::RemoveSelection() in my header files Clear and Remove exist and are documented. Next which version wxDev-C++ are you using? on which operating system? and what are the precise steps to repr...