Is there a way to know if my program will run normally on any version of windows? Im asking because im using dev-cpp at a windows ME machine and the programs i develop run correctly, but i cant be sure if theyl work at a NT or XP machine (different version of common controls, extensions, unicode, etc).
Do you guys use lots of machines to try it at all MS OSs or is there any smarter way to do that?
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have hopped from 98SE to XP to 2000 to Xp without much difficulty, but I am not doing anything low level that security in NT/2000/Xp might have a problem with....
Wayne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to know if my program will run normally on any version of windows? Im asking because im using dev-cpp at a windows ME machine and the programs i develop run correctly, but i cant be sure if theyl work at a NT or XP machine (different version of common controls, extensions, unicode, etc).
Do you guys use lots of machines to try it at all MS OSs or is there any smarter way to do that?
Thank you.
I have hopped from 98SE to XP to 2000 to Xp without much difficulty, but I am not doing anything low level that security in NT/2000/Xp might have a problem with....
Wayne
Avoid writing UNICODE projects if you want the program to be runnable on W9x.
(Does it show I'm reading Charles Petzolds book allready? :)
/Lars.
:-)
Wayne