Too bad.
I compiled wx for more than three hours, but at least it failed.
Seems that gcc 2.7.0 is just too old for wx.
Does anyone know, whats the min version off gcc is for making wx 2.8.7 ?
Search found 14 matches
- Sun Mar 16, 2008 11:22 am
- Forum: Platform Related Issues
- Topic: Compiling program for old Linux with wxX11-2.8.7
- Replies: 6
- Views: 990
- Sat Mar 15, 2008 12:58 pm
- Forum: Platform Related Issues
- Topic: Compiling program for old Linux with wxX11-2.8.7
- Replies: 6
- Views: 990
I thought about using TinyLinux in qemu on a faster machine, but I would have had to create 14 Floppy images for qemu and do the install from there. Well I now try this: I found a gcc 2.7.0 Package for my Linux. I installed it and configured wx-2.8.7 on the old machine. The first try with "make" end...
- Sat Mar 15, 2008 10:23 am
- Forum: Platform Related Issues
- Topic: Compiling program for old Linux with wxX11-2.8.7
- Replies: 6
- Views: 990
- Fri Mar 14, 2008 8:15 pm
- Forum: Platform Related Issues
- Topic: Compiling program for old Linux with wxX11-2.8.7
- Replies: 6
- Views: 990
Compiling program for old Linux with wxX11-2.8.7
Hi all. I am new to Linux Development. I am used to develop on Windows with wxDev-C++ so maybe some of my Questions are stupid. I have installed TinyLinux on an old Dell Notebook 16MB, Pentium I @ 100Mhz I now want to develop a GUI app for this Linux using wxWidgets X11 port, because I think that GT...
- Wed Apr 04, 2007 7:28 am
- Forum: wxDev-C++
- Topic: wxDev-C++ 6.10.2 released
- Replies: 56
- Views: 16680
The new Version of WxDevCpp is really great, I like the feature to preselect CompilerSets in .template files ! But there is one thing that hopefully can be improved in the next version. When I want to start a new project (Menu File->new->Project), it takes extremely long to open the Templates Dialog...
- Mon Oct 30, 2006 10:05 pm
- Forum: wxDev-C++
- Topic: Developers: would you add a small feature ?
- Replies: 6
- Views: 1402
We have this feature for the next release (you can check the current 6.10 alpha). There is an entry called CompilerSet under the profile section. Have a look at the modified template at http://wxdsgn.cvs.sourceforge.net/wxdsgn/wxdevcpp/Templates/0-emptywxWidgets.template?revision=1.2&view=markup Th...
- Sat Oct 21, 2006 11:43 am
- Forum: wxDev-C++
- Topic: Developers: would you add a small feature ?
- Replies: 6
- Views: 1402
I dont understand the feature request. Is it something like you need a CompilerSet combo or something in the Project Creation Dialog which can be used to select a compiler or Do you want the flexibility to have different compiler set for the project that can be changed easily (in terms of having th...
- Thu Oct 19, 2006 7:35 pm
- Forum: wxDev-C++
- Topic: Developers: would you add a small feature ?
- Replies: 6
- Views: 1402
- Thu Oct 19, 2006 6:25 pm
- Forum: wxDev-C++
- Topic: Developers: would you add a small feature ?
- Replies: 6
- Views: 1402
Developers: would you add a small feature ?
I have a Question about the Template Files.
Is it possible to set the CompilerSet that is used when I create a new Project out of an Template ? I havent found that option in the .Template File.
I think it would be damn useful for Crosscompiling.
Is it possible to set the CompilerSet that is used when I create a new Project out of an Template ? I havent found that option in the .Template File.
I think it would be damn useful for Crosscompiling.
- Wed Aug 30, 2006 5:43 pm
- Forum: wxDev-C++
- Topic: Save Snapshot as BMP or JPEG
- Replies: 5
- Views: 1593
This is the code i tried last: void MikroskopFrm::WxButton5Click(wxCommandEvent& event) { // insert your code here // SchnappschussDlg* dlg = new SchnappschussDlg(this); wxClientDC Panel2DC(WxPanel2); wxClientDC Panel1DC(dlg->WxPanel1); wxMemoryDC memDC; wxSize Panel1Size,Panel2Size; wxCoord screenW...
- Mon Aug 28, 2006 8:15 pm
- Forum: wxDev-C++
- Topic: Save Snapshot as BMP or JPEG
- Replies: 5
- Views: 1593
- Sun Aug 27, 2006 4:10 pm
- Forum: wxDev-C++
- Topic: Save Snapshot as BMP or JPEG
- Replies: 5
- Views: 1593
Save Snapshot as BMP or JPEG
I am trying to save a snapshot of a VfW Viedostream, I display on a wxPanel. I tried a lot of examples with wxBitmap, wx MemoryDC bur I just can't get it to work ! I want to open a Dialog Window, display the snapshot and after click on a button, save the Picture as BMP, or JPEG or something else. Co...
- Fri Aug 25, 2006 12:53 am
- Forum: wxDev-C++
- Topic: Webcam / DirectShow with wxDev-C++ ?
- Replies: 4
- Views: 2825
- Wed Aug 23, 2006 8:23 pm
- Forum: wxDev-C++
- Topic: Webcam / DirectShow with wxDev-C++ ?
- Replies: 4
- Views: 2825
Webcam / DirectShow with wxDev-C++ ?
Hello ! This is my first Post in this forum. I want to say that I love WxDev-C++, and that I already finished a larger Hardware/Software Project for my University with it. V 6.9 is a LOT faster than 6.8 ! I now have another Project where I need to show the Videostream from a USB Webcam in my WxWidge...