Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Loads the Phidget library.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Phidget | 13.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
Parameter | Description | Example |
---|---|---|
Path | The path to the library file. |
Returns OK or error.
Load library on macOS:
Set Variable [ $r; Value: MBS( "Phidget.Load"; "/Library/Frameworks/Phidget22.framework") ]
Load library on Windows:
Set Variable [ $r; Value: MBS( "Phidget.Load"; "C:\\Program Files\\Phidgets\\Phidget22\\phidget22.dll") ]
Load library on Linux:
Set Variable [ $r; Value: MBS( "Phidget.Load"; "libphidget22.so") ]
This function checks for a license.
Created 16th August 2023, last changed 17th August 2023