How do you check the windows version in Win32 at runtime?
And when using GetVersion[Ex], remember to check version numbers with the future in mind. For example, to check for XP and higher: major > 5 OR (major==5 and minor >= 1)
Anders
2009-02-16 03:42:23