Good Day all: I have run in to a bit of a 'funny' with a wxWidgets application on Windows. I have created a small test Dialog Blocks project that consists of...
The wxWiki page for Visual CPP guide states, in the Project properties section: "Specify the location of the Setup.h file. You need to match it up with the...
... Hi! I've not really looked at the wxWiki page much... I don't believe it's up to date or all that reliable. What I've read re: Visual Studio Express there...
... it's up to ... there mostly ... where to put ... care of it. ... appropriately for each ... "knows" ... working with. If ... right, ... that is you're ... ...
... Hmm... Have you looked at the tutorials/demos available in the links in this group? They may give you a clue as to what is going wrong... The only thing,...
... this group? ... you using DB ... makefile. That ... Studio. With VC++ ... files for ... permanent! ... Dave, Where exactly (and how) do you set DB to...
... Hi! Boy! I'm glad it's that simple!;D There are two ways to get there from here... 1) When you start a new project in DB, in the New Project Wizard under...
... under Compiler ... of "VC++"). ... Configurations... on ... file to be ... updated also. ... Visual Studio ... override ... wxMS_developers. It ... ...
... Hi! DB builds project files of Visual Studio C++ for the compiler versions 6, 7.1, 7, and 8. Visual Studio 2005 is compiler version 8 (uses .sln and...
Hi Dave and Group, I use VS.net 2003 and am thinking of switching to VC++ 2005 express.However a colleague of mine told me that he is having difficulties...
Noel: A memory leak is a runtime problem not a compile time problem. If it were only so simple to run a tool or a compiler to identify the file and line...
Hi Ralph, Yes you are correct. However with VS.net 2003 by running the program in debug mode from within the IDE (debug->start) and then exiting you will get a...
Noel: My apology, I read your e-mail with the wrong view. I do not use express and do not know if there is a debugger in the package. If there is, then that...
I have been playing with wxFTP. In the documentation is the following code: wxFTP ftp; // if you don't use these lines anonymous login will be used ...
Continuing my playing with wxFTP, I use the method GetDirList(wxArrayList &list). When I call it on a directory that has more that 2000 entries, the call only...
I'd like to use the wxStyledTextCtrl in a wxWidgets project, and am having build problems with VC++ 6. When I add the WXUSINGDLL preprocessor directive, I get...
... Hi! You may want to run that one by the folks at wx-dev... See the web page at: http://wxwidgets.org/support/maillst2.htm. From my end, I don't really do...
... Hi! No, there is no float or double spin control, only integer. You would have to derive that class and write it yourself (unless you can locate somewhere...
... Hi, Lup! If I understand your question, you want to know how to build a Linux version of an application you have already built in Windows. (yes?) First,...
... http://en.wikipedia.org/wiki/QEMU http://www.virtualbox.org If your lucking you can say: 'qemu your_program_install.exe' and your wxmsw program will...
Hello, When implementing a derived control (or window, I'm not sure which is best), the member functions subscribed for the events in the event table are not...
... Hi, John, Your question is a bit sketchy... A blanket answer would be "Yes and no" There are exceptions as to which events go to whom where wxWidgets...
Hello, I'm trying to resize a frame window and have the internal controls get resized. I have a wxFrame and I would like to stretch it and watch the the 3 of...
... Hi, John! Well, as the group description says, "RTFM not spoken here". I don't think you'll find anyone here who will chide anyone else with an "RTFM"...
Hi, I am trying to get the wxWidgets package up. I haven't done VC++ for awhile, so I downloaded the free Visual Studio C++ 2008 from Microsoft. I think I have...