https://github.com/fafalone/osinfo
Universal compatibility version of OSInfo 1.15
https://github.com/fafalone/osinfo
system-info system-information twinbasic vb6 vba vba7 windows-version
Last synced: 7 months ago
JSON representation
Universal compatibility version of OSInfo 1.15
- Host: GitHub
- URL: https://github.com/fafalone/osinfo
- Owner: fafalone
- Created: 2023-10-21T00:04:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T05:56:11.000Z (9 months ago)
- Last Synced: 2025-01-20T21:56:52.148Z (9 months ago)
- Topics: system-info, system-information, twinbasic, vb6, vba, vba7, windows-version
- Language: Visual Basic 6.0
- Homepage:
- Size: 137 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OSInfo
Universal compatibility version of OSInfo 1.18This is an update to [Alex Dragokas' OSInfo class](https://www.vbforums.com/showthread.php?846709-OS-Version-information-class), which provides extensive information about the host OS and the user of the current process. It's been made universally compatible with VB6, VBA6, VBA7 32bit, VBA7 64bit, twinBASIC 32bit, and twinBASIC 64bit.
**Requires twinBASIC Beta 412 or newer** for use under that.
**Update (v1.18):** Potential buffer overwrite. Now dynamically allocated to avoid all issues. Multiple samples of CPU usage now taken for better accuracy.