System Version
-
To get the OS version, I used the sample code from http://msdn2.microsoft.com/en-gb/library/ms724429.aspx I am getting Error C2039: 'wProductType' : is not a member of '_OSVERSIONINFOEXA' on compile. Error C2065: 'VER_NT_WORKSTATION' : undeclared identifier I saw that wProductType not a member of OSVERSIONINFOEX. & VER_NT_WORKSTATION not define in winbase.h The PSDK version i am using is 5.2.3790.1830 How to solve this issue. I want the code should work in Vista also
-
To get the OS version, I used the sample code from http://msdn2.microsoft.com/en-gb/library/ms724429.aspx I am getting Error C2039: 'wProductType' : is not a member of '_OSVERSIONINFOEXA' on compile. Error C2065: 'VER_NT_WORKSTATION' : undeclared identifier I saw that wProductType not a member of OSVERSIONINFOEX. & VER_NT_WORKSTATION not define in winbase.h The PSDK version i am using is 5.2.3790.1830 How to solve this issue. I want the code should work in Vista also
Which IDE you are using ? There should not be problem with
VS2K5
.Prasad Notifier using ATL | Operator new[],delete[][^]
-
Which IDE you are using ? There should not be problem with
VS2K5
.Prasad Notifier using ATL | Operator new[],delete[][^]
I am using VS 6.0
-
I am using VS 6.0
You need to change include directories path to point to inlcudes in latest platform SDK. Use
Tools-->Options-->Directoies
.Prasad Notifier using ATL | Operator new[],delete[][^]
-
You need to change include directories path to point to inlcudes in latest platform SDK. Use
Tools-->Options-->Directoies
.Prasad Notifier using ATL | Operator new[],delete[][^]
Thanks Prasad, It worked when i pointed to new PSDK
-
Thanks Prasad, It worked when i pointed to new PSDK
Welcome !
Prasad Notifier using ATL | Operator new[],delete[][^]