There actually were a number of other 'items' related to the CFG property, most notably, the various versions of Visual Studio compilers/linkers/etc., such...
You'll note, toward the bottom of the Configurations Property Sheet, there is a property called CFG. You might assign, for instance, the value "Static" to...
Hi! I do not really know if this will help, since I do not do international projects presently, but I used the following reasoning: 1) wxWidgets is basically...
Hi! I won't need to be making modified versions of wxWidgets documentation as I've done in past years. The new paradigm in 2.9.0 and after has now included...
Hi! I've changed the procedure for joining this group. It has always been open, with no restriction. I changed this to membership on approval to try to curb...
Hi! I went to a great deal of trouble to make sure the link was a complete hyperlink, however, some email clients, especially plain text, may not make it...
... From: Dave Silvia To: wx-users group at google Sent: Saturday, June 06, 2009 3:13 PM Subject: Re: wxWidgets 2.8.10: A portable C++ and Python GUI Hi! It...
Hi! ... This is exactly what you do when you set 'Build > Configurations... > Runtime library' property for a project. By setting this to Static, DB generates...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the wxMS_developers group. File :...
wxMS_developers@yahoo...
May 2, 2009 8:00 am
677
Hi! If you mean a 'traditional' histogram (bar chart), a wxGrid can be used for such a purpose. There's a _very_ basic demo of the process. Here's where you ...
Hi! There's something new and different stirring at wxCodex.net. The new entry is in the 'Misc' category. It's a video demo of wxWidgets and DialogBlocks...
Hi! Like Ori says, if you just want to build the distribution the way it comes out of the chute, it's as simple as converting the dsw to sln in Visual Studio...
Hi! Thank you for the input!:-) Most interesting!;) It's nice to see that I wasn't the only one who didn't automatically forgive 'his highness', Linus...
I thought I might share my experience of the last week, spent looking for a good, flexible, easy to use, simple to learn, and *cheap* (read: 'free or less'!;)...
Education Loan MBA/MS etc Education loans for studying in India & going to USA (100% Finance) study online or on-campus,apply to top collage and programs in...
Hi! If I understand the problem correctly (and that could be doubtful!;), the repository is on a windows system and the project file for DB could be changed on...
study online or on-campus,apply to top collage and programs in the USĀ for free, STUDY ABROAD IN USA, business trade offers,education offers, global buy sell...
...btw, if you have separate static and shared wxWidgets libraries, this model works quite well for segregating these, too!;) ... From: "Dave Silvia"...
I've been dealing with this scenario for a couple of years now. It's quite simple to deal with. I am a DialogBlocks user and have been almost since my first...
Hi! This is an application which was originally intended to be a tutorial. When it grew so large that 'tutorial' was an inappropriate term and the task of...
Thanks for your reply, Ralph. I added a zip file in the Files section called MVCTest.zip. It contains a demo app to illustrate the MVC concept with wxWidgets. ...
I derive my controller from Frame and put the events there. My view creates a view given a wxDC. My events pass relevant information to the model. The...
Hello, I want a clear separation between the UI and the business logic. How do you achieve this? How do you organize your source files for your applications?...
Hi, I've just uploaded a zip archive of modified CHM files for DialogBlocks and wxWidgets. Modifications are: 1) Added more navigation 2) Added more search...
Hi, Andy! Just curious... why VC8? Why not VC9 on Vista 64? thx, Dave S. ... From: Andy Kellett To: wxMS_developers@yahoogroups.com Sent: Sunday, December 21,...
... Take a look at http://mailfilter.sf.net 's code. A lot of problems are actually on the server end, especially if you are trying to deal with unknown...
Hi, Dave, thanks for your feedback. I am aware of the Initialize() command you pointed out (read over those docs lots of times!) and do use it to make sure the...