Home
Community
Discussion Forums
Most Active Software Boards
LabWindows/CVI
Topic
LabWindows/CVI
Register
·
Login
·
Help
Community
Category
Board
Documents
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
All Forum Topics
Previous Topic
Next Topic
determine with OS is running, labwindows
determine with OS is running, labwindows
altronics
Member
12-17-2004
09:22 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
I need to determine which OS is running 98,ME,XP etc. under labwindows/cvi?
0
Kudos
Message
1
of 4
(3,214 Views)
Reply
Re: determine with OS is running, labwindows
Al_S
Active Participant
12-17-2004
10:02 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
The Programmer's Toolbox has GetWinOSVersion().
Add ..\CVI\toolslib\toolbox\toolbox.lib to your project.
0
Kudos
Message
2
of 4
(3,211 Views)
Reply
Re: determine with OS is running, labwindows
Al_S
Active Participant
12-17-2004
10:26 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
Sorry: add the .fp file, not the .lib file.
..\CVI\toolslib\toolbox\toolbox.fp
0
Kudos
Message
3
of 4
(3,208 Views)
Reply
Re: determine with OS is running, labwindows
Al_S
Active Participant
12-17-2004
01:59 PM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
GetWinOsVersion() in the Programmer's Toolbox returns the same numeric info as the SDK function GetVersionEx().
The numeric info is translated into the version name in the table
here
or in the C++ code example from Microsoft
here
.
0
Kudos
Message
4
of 4
(3,203 Views)
Reply
All Forum Topics
Previous Topic
Next Topic