CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Detect the O.S.

  1. #1
    Guest

    Detect the O.S.

    Hi all.
    I Know that there are some system variables that allow you to know what O.S. is running on your computer (Win98/win95/WinNT),
    and I want to know whose are them and How can I use them. I work with some API's and those are different deppending on which O.S.
    is running and is for that reason that I want to know on which O.S. is running my project.

    Thanks for all.

    Persi


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Detect the O.S.

    the GetVersionEx API tells you your os version.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured