Hi! In case any DB users out there didn't notice, there's a new release, 4.16. The major feature of interest to me at least, is that you now can have multiple...
Hello, I'm new to wxWidgets. I'm trying to figure out how to listen for a specific MSW message, WM_DEVICECHANGE, and have my program act accordingly. Is this...
... Hi, Marsh! It would appear that, excepting to print it's name in a debug log, wxWidgets does nothing itself with WM_DEVICECHANGE. It forwards any messages...
Marsh, From the wxWidgets FAQ on Windows Messages (http://www.wxwidgets.org/docs/faqmsw.htm#handlewm) "To handle a Windows message you need to override a...
Any one with experience in embedding IE (Internet Explore) in a wxWdget app? A Hello World example or pointer to up-todate documentation will be appreciated. ...
I have a wxWidget program I wrote which was compiled under Linux on a 32-bit machine. I tried to run it on a 64-bit dual core system. It gets "Floating point...
... Hi! Well, are you building anywhere on a Windows platform? If so, there is a setting under Visual Studio to build 32 bit and flag any 64 bit issues. Sorry...
Thanks Dave, I will have a look at doing that. Ivan ... Hi! Well, are you building anywhere on a Windows platform? If so, there is a setting under Visual...
I have searched for example usage of wxHTTP with POST method as opposed to GET without success. Anyone either with experience using this class or knows where I...
I did the same search. From what I found, it can not be done. In addition, wxHTTP can not be used with an HTTPS url. I also ran into some other problem (can...
Hi, On MSW, we have the option to use OpenGL or Direct3D to make 3D graphics for games and simulations. I'm somewhat new to wxWidgets, but I've noticed that...
... The library needs to be compiled with OpenGL enabled. In DB,there is a property in Configurations, Use OpenGL. It defaults to No, just change it to Yes and...
Hello again Dave, I read about the preprocessor checks for enabling the gl canvas code, but I really meant, "what is wxWidgets doing differently when gl canvas...
John, A couple of links I had tucked away for when I had time... Note: - wxGLCanvas set up changes after version 2.7.0. ==> check date of article ==> some...
... Hi, John! Don't mind me too much. I was just doing what I'm best at; Displaying my ignorance (as a matter of fact, no one does it better than me! Display...
Hello, does anyone here know a good profiler for MSVC 2005? I used to use gprof when I was still using the gnu-compiler, but I have changed my whole ...
... Thank you Paul. On the IBM site it says that it´s mainly for memory-leak detection. With "profiling" I mean in my case especially generating a call graph...
Andreas, I started using Purify about 15 years ago. At that time the other features were handled by PureProfile and PureCoverage, all from a company called...
The best list I've found so far is this at Wikipedia<http://en.wikipedia.org/wiki/List_of_performance_analysis_tool#C_and_C.2B.2B>. CompuWare's DevPartner...
Hello again, I have an extremely light-weight, win32 GUI application that has a child window which is created solely for GL or D3D graphics. It drawing nicely...
Hi, Does anyone know how to execute code in the main application loop rather than only in response to window events? I'm looking for a way to "hook" in a...
I've found how wxApp ticks. Everything happens in a nice function named 'wxEventLoopManual::Run()'. As far as I can tell, it has an infinite loop, checking...
... way ... Hi, John! I've not really done this with wxWidgets (other systems, yes...). But ... wxApp::MainLoop virtual int MainLoop() Called by wxWidgets on...
Hi Dave et al, Firstly a big thank you for the Forum, tutorials and the other many great benefits. I have adopted your sugestion of using DB to compile the...
Hi Dave, Hope everything is well. I have a question related to the wxgrid and its integration with other componets. I'm using a wxgrid to present a list of...
Hello all: I am running on a Windows XP Pro SP2 machine using Visual Studio 2005. I have just updated to 2.8.7 and DB 4.20. I uninstalled and removed ...