Click here to Skip to main content
15,886,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: brute force Pin
Dave Bryant16-Mar-03 13:56
Dave Bryant16-Mar-03 13:56 
GeneralRe: brute force Pin
el davo16-Mar-03 14:00
el davo16-Mar-03 14:00 
GeneralRe: brute force Pin
Chris Richardson17-Mar-03 8:12
Chris Richardson17-Mar-03 8:12 
GeneralRe: brute force Pin
Chris Richardson17-Mar-03 8:36
Chris Richardson17-Mar-03 8:36 
GeneralRe: brute force Pin
el davo17-Mar-03 12:32
el davo17-Mar-03 12:32 
GeneralRe: brute force Pin
Chris Richardson17-Mar-03 13:09
Chris Richardson17-Mar-03 13:09 
GeneralRe: brute force Pin
el davo17-Mar-03 16:08
el davo17-Mar-03 16:08 
QuestionHow to make an app that runs on Windows 95, 98, ME, NT, 2000 and XP Pin
cdsmith16-Mar-03 13:28
cdsmith16-Mar-03 13:28 
I am trying to develope an application that runs on Windows 95, 98, ME, NT, 2000 and XP. I develope on a nice new/fast PC running Windows XP. After getting most problems worked out on the desktop I started testing on other version of Windows. Boy was I surprized how the same executable would run differently on different version of Windows.

Here are some examples: I have a dialog box that has a property sheet with 3 property pages. On the pages there are buttons that call up a CColorDialog. It works fine on XP, but hangs the machine on ME. For this case I re-designed the dialog to be stand alone property sheet with the same 3 property pages. This approach works on XP and ME, still need to try on others.

Another example is the CRectTracker. On XP the code uses a CRectTracker and the handles and cursor change when the tracker is displayed. On ME the cursor disapears when the CRectTracker::Track function is called.

I am quickly comming to the conclusion that to have an application that runs on 32 bit windows, it cannot be any more complicated that a list box and a few buttons.Frown | :( Does anybody from Microsoft read these pages?

So my question is how do you develope an app for all these version of windows? Do you develope on 95 (the worst one) and once you have it working there, there is a good chance it will work on the others? Do I need to build the exe on a PC running each of the different versions? Is building the exe on XP and delivering it to a customer running 95 an approach that will work?I don't even have access to some of these versions. Does anybody have any ideas?

Thanks for any ideas

Craig Smith
AnswerRe: How to make an app that runs on Windows 95, 98, ME, NT, 2000 and XP Pin
georgiek5016-Mar-03 13:37
georgiek5016-Mar-03 13:37 
GeneralRe: How to make an app that runs on Windows 95, 98, ME, NT, 2000 and XP Pin
Dave Bryant16-Mar-03 13:53
Dave Bryant16-Mar-03 13:53 
AnswerRe: How to make an app that runs on Windows 95, 98, ME, NT, 2000 and XP Pin
Joan M16-Mar-03 21:58
professionalJoan M16-Mar-03 21:58 
GeneralTransparent background for a Tree Ctrl Pin
Florin Ochiana16-Mar-03 12:04
Florin Ochiana16-Mar-03 12:04 
GeneralUrgent Checkbox help required Pin
phaedrus16-Mar-03 11:23
phaedrus16-Mar-03 11:23 
GeneralRe: Urgent Checkbox help required Pin
Florin Ochiana16-Mar-03 12:02
Florin Ochiana16-Mar-03 12:02 
GeneralRe: Urgent Checkbox help required Pin
Michael Dunn16-Mar-03 12:35
sitebuilderMichael Dunn16-Mar-03 12:35 
GeneralRe: Urgent Checkbox help required Pin
phaedrus16-Mar-03 15:30
phaedrus16-Mar-03 15:30 
GeneralAccelerator manager Pin
yooyo3d16-Mar-03 11:07
yooyo3d16-Mar-03 11:07 
GeneralDrag & Drop with IDragSourceHelper Pin
Hiusing16-Mar-03 10:02
Hiusing16-Mar-03 10:02 
GeneralTranslate VB -> C++ Pin
mduarte16-Mar-03 9:29
mduarte16-Mar-03 9:29 
GeneralRe: Translate VB -> C++ Pin
Christian Graus16-Mar-03 9:40
protectorChristian Graus16-Mar-03 9:40 
QuestionFind a substring in strings of COMBO? Pin
_skidrow_vn_16-Mar-03 9:22
_skidrow_vn_16-Mar-03 9:22 
AnswerRe: Find a substring in strings of COMBO? Pin
Dave Bryant16-Mar-03 9:26
Dave Bryant16-Mar-03 9:26 
GeneralProblems with Htmlhelp API library Pin
trimtrom16-Mar-03 9:00
trimtrom16-Mar-03 9:00 
GeneralRe: Problems with Htmlhelp API library Pin
brandon187916-Mar-03 9:07
brandon187916-Mar-03 9:07 
GeneralRe: Problems with Htmlhelp API library Pin
trimtrom16-Mar-03 9:15
trimtrom16-Mar-03 9:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.