Connecting Tech Pros Worldwide Help | Site Map

OS version running

  #1  
Old March 14th, 2006, 01:45 PM
Ed
Guest
 
Posts: n/a
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.


  #2  
Old March 14th, 2006, 01:55 PM
BigBrian
Guest
 
Posts: n/a

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.

  #3  
Old March 14th, 2006, 01:55 PM
Gavin Deane
Guest
 
Posts: n/a

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

  #4  
Old March 14th, 2006, 02:15 PM
zhangfei
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Obtaining Local NETBIOS name and OS version? adamcort@gmail.com answers 2 June 6th, 2006 05:15 PM
How to retrieve OS version A.A. Fussy answers 4 November 22nd, 2005 07:19 AM
how to write os version independent code? walter answers 8 November 13th, 2005 10:35 PM
How to retrieve OS version A.A. Fussy answers 4 July 21st, 2005 12:24 PM