Hi,
Can I detect what version of windows is running before declaring an API, so that my program can be compatible with all the versions of windows.
Printable View
Hi,
Can I detect what version of windows is running before declaring an API, so that my program can be compatible with all the versions of windows.
I think this doesn't matter, because without declaring API you cannot determine which version of Windows are you running.
And I also think that all windows versions (95/98/ME/2000) have the same function for determining their version.
But on the other hand - maybe I'm wrong.
Zvonko, thats what i thought first ;) but it doesn't matter, since only the api calls will cause the errors, so if you have the select cases in the right place it won't be a problem.