June 18th, 1999, 08:56 PM
If your using Windows 95a could you please tell me the major and minor code you
get when you run this. Also, I would like to know the results from Windows 3.1 and Windows 95b.
OSVERSIONINFO x;
memset(&x, NULL, sizeof(OSVERSIONINFO));
x.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
long l1 = GetVersionEx(&x);
ASSERT(l1);
Thank you.
get when you run this. Also, I would like to know the results from Windows 3.1 and Windows 95b.
OSVERSIONINFO x;
memset(&x, NULL, sizeof(OSVERSIONINFO));
x.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
long l1 = GetVersionEx(&x);
ASSERT(l1);
Thank you.