Hi Dave, I Use tha latest codeblocks 4.10 I have installed VS express and the SDK. The modified the settings for the SDK exactly as MS described it I compile...
Hi Dave, My wxWidgets was compiled with VS2003, so I tried to compile it with VS express 2005. It didn't compile: Many warnings about depricated function calls...
Hi! Okay, here's the catches... One, it's always best to build in DB as it has the inside information on wxWidgets, to Visual Studio DB/wxWidgets is a complete...
Hello, again! Here's the short answer: dsilvia@.... The longer answer, but the shorter return time and the faster to get you going is to build using...
Hi Dave, It is uploaded to the file area. If you see something, great, if not, don't worry about it. I'll get it figured out sooner or later. :) I also did...
Hi! Well, would you believe there's a difference between: DataConverter8bit and DataConverter8Bit ? The tutorial was written with a capital 'B' and you used a...
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...
Oct 2, 2006 4:20 am
30
Hi! I've just added a new folder to the Links area, Demos. They differ from tutorials in that there is no step by step instruction included. These are more...
Hi! In case you haven't had a chance to look yet, there are 2 demos available in the Links area. One is a Drag and Drop demo that is a simple text drag and...
Hi! If you have a demo or tutorial you'd like to share with the group, please, send it to me and we'll get it made available. Also, if there are demo/tutorial...
Hi! There's a new demo in the Links area dealing with building wxWidgets console applications in DialogBlocks: Links->Demos->Console Applications in...
Hi! Thank you for the feedback on the value of the tutorials!;) The file richtextctrl.h (I'm assuming we're talking about the wxRegex tutorial) is only in...
Hi! This is a new site which is sponsored by this site. It's purpose is to be a site for links and code from individuals (code only no commercial and/or...
Hi! Got some feedback from various places. In light of that, changes were made. Also, new functionality was added, e.g., finer detail sorting and searching...
Thanks to a lot of input from various quarters, wxWidgets Code Exchange has undergone some considerable cosmetic surgery, and the operation has proven largely...
Hi! I do have a solution for you, that's the good news!;) At first glance, however, you may not think so, but be patient, you'll see it's quite viable. First,...
... Just as an aside, these things mean nothing to Visual Studio's debugger. If Visual Studio 2005 Express will install and run, so will the debugger!;) thx, ...
Hi! Yes, I know there are a lot of folks used to using gdb, but, imho, it still has all the disadvantages of a command line debugger: * Continually list to see...
Hello to everyone!! I would like to ask if there is any way to enable intellisense to work with dialogBlocks? I'm using visual studio 2005... Thank you in...
Hi! It depends on how you mean. DB itself does not have any form of code intelligence (intellisense, insight, doxygen, what-have-you). I'm assuming you want it...
thanks Dave :) you covered my question ... code ... GUI settings ... lists, and ... in DB (i.e., ... select "Build|Build and ... code has no ... hand coding. ...
Hi!! I'm new to wxwidgets and I'm trying to find out my way around with processing events. Is there any tutorial that covers how you can watch for events that ...
I would like to have dialog boxes from my main frame to appear is specific locations to the left or right of the main frame. For example, a configuration...
Hi! A few (thoughts, that is. Most, I'm afraid, die of loneliness!;) Just uncheck the "Centre" box in the Property list for the wxFrame/wxDialog. HTH: thx, ...
Hi! Sorry for such tardy response, but it took a while to ferret out the ins and outs of event handling between parent and child. There are no real examples of...
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...
Nov 27, 2006 8:29 pm
50
Hi Dave thanks for the demo :) I will give it a try and let you know if I come up with anything else.. ... the ins and ... examples of ... period!;) It was ......
I am trying to link my application with wxWidgets-2.6.3. I am using Visual Studio VC++ .NET 2003. The wxWidgets libs are compiled as static libs. In the...