![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Retired Programmer
Join Date: Jul 2006
Posts: 45
Rep Power: 0
![]() |
Common Control Update?
About two days ago at work, one of my employees informed me his program would not load. Usually when this happens I'd see an error message or something. But not a single window appeared on the screen to inform me of error information. Just a single "Critical Stop" error beep sounded (defined by MB_ICONERROR in the Windows.h header file). Office computers were recently updated, so I thought perhaps the update had something to do with it. One room had not received the updates yet. I tried running the program there. It worked... Eventually I discovered that if I disabled Windows XP themes when compiling, the program ran fine. What gives? Has there been an update on Windows common controls (aka Windows XP themes)?
|
|
|
|
|
|
#2 |
|
Caffeinated Neural Net
![]() Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 1,005
Rep Power: 5
![]() |
I know that you need to flag the app as supporting WinXP themes if you want all the XP-specific eye candy, but apps that don't simply display without the extra fluff. I don't know why it would fail. Am I correct in assuming it's just this app that fails, and everything else works okay?
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot. - Vaarsuvius, Order of the Stick |
|
|
|
|
|
#3 |
|
Retired Programmer
Join Date: Jul 2006
Posts: 45
Rep Power: 0
![]() |
Initially, I thought this as well. But just about every single program we've made with xp themes doesn't work. With exception of one. I think I may know why. We didn't bother to include the commctrl library, because our IDE is suppose to include it by default. My guess is if we go back and add these libraries manually, it should work fine. But... who knows. The real kicker is: They work fine with Vista. Just not with the new XP update.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Update Operation in JDBC | jorrigal | Java | 0 | Oct 3rd, 2006 8:59 AM |
| questions on windows sendMessage and RichEdit control | nomer | C++ | 1 | Mar 3rd, 2006 2:51 AM |
| Type Mismatch Error = 13 | Benjizzle | Visual Basic | 5 | Mar 15th, 2005 5:23 PM |
| C programing control of the Serial Port. | Light | C++ | 5 | Feb 24th, 2005 2:14 PM |
| Show web user control hidden | see07 | C# | 1 | Feb 2nd, 2005 10:35 AM |