Connecting Tech Pros Worldwide Forums | Help | Site Map

OS version running

Ed
Guest
 
Posts: n/a
#1: Mar 14 '06
I am using VC++ 6.0 and I need to add a check to see if the current
opperating system is Windows NT 4.0 ONLY.
Please help me with some code examples and not just a link to MSDN code.
Thanks.



BigBrian
Guest
 
Posts: n/a
#2: Mar 14 '06

re: OS version running


Ed wrote:[color=blue]
> Please help me with some code examples and not just a link to MSDN code.
> Thanks.[/color]

That's pretty demanding for something that's off topic here.

Gavin Deane
Guest
 
Posts: n/a
#3: Mar 14 '06

re: OS version running



Ed wrote:[color=blue]
> I am using VC++ 6.0 and I need to add a check to see if the current
> opperating system is Windows NT 4.0 ONLY.
> Please help me with some code examples and not just a link to MSDN code.[/color]

That's a Windows Programming question, not a C++ language question.
http://www.parashift.com/c++-faq-lit...t.html#faq-5.9

You will have more luck asking a group where your question is topical.
Some suggestions are in the link I posted. There is also the
microsoft.public.vc.* hierarchy. I'd have thought MSDN might be quite a
good place to look too, but it's up to you if you don't want to use it.

Gavin Deane

zhangfei
Guest
 
Posts: n/a
#4: Mar 14 '06

re: OS version running


GetWindowsVersion()
"Gavin Deane" <deane_gavin@hotmail.com>
??????:1142343848.471482.239390@j52g2000cwj.google groups.com...[color=blue]
>
> Ed wrote:[color=green]
>> I am using VC++ 6.0 and I need to add a check to see if the current
>> opperating system is Windows NT 4.0 ONLY.
>> Please help me with some code examples and not just a link to MSDN code.[/color]
>
> That's a Windows Programming question, not a C++ language question.
> http://www.parashift.com/c++-faq-lit...t.html#faq-5.9
>
> You will have more luck asking a group where your question is topical.
> Some suggestions are in the link I posted. There is also the
> microsoft.public.vc.* hierarchy. I'd have thought MSDN might be quite a
> good place to look too, but it's up to you if you don't want to use it.
>
> Gavin Deane
>[/color]


Closed Thread