Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 6 hours 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T10:02:02.000Z (about 1 year ago)
- Last Synced: 2023-10-23T11:24:37.436Z (about 1 year ago)
- Topics: system-info, system-information, twinbasic, vb6, vba, vba7, windows-version
- Language: Visual Basic 6.0
- Homepage:
- Size: 95.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
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.