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:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Whether we run on Windows.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Plugin | 6.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
none
Returns 1, 0 or error.
Register LibXL for MBS Plugin
If [ MBS("XL.IsInitialized") ≠ 1 ]
If [ MBS("IsMacOS") ]
Set Variable [ $r; Value: MBS( "XL.Initialize"; $path; "xxx"; "mac-xxx" )]
Else If [ MBS("IsWindows") ]
Set Variable [ $r; Value: MBS( "XL.Initialize"; $path; "xxx"; "win-xxx" )]
Else If [ MBS("IsLinux") ]
Set Variable [ $r; Value: MBS( "XL.Initialize"; $path; "xxx"; "linux-xxx" )]
Else If [ MBS("IsIOS") ]
Set Variable [ $r; Value: MBS( "XL.Initialize"; $path; "xxx"; "ios-xxx" )]
Else
Set Variable [ $r; Value: "new platform?" ]
End If
If [$r ≠ "OK"]
Show Custom Dialog ["Problem with LibXL Registration"; $r]
End If
End If
Created 2nd March 2016, last changed 9th December 2020
IsServer - JS.AddFileMakerEvaluateFunction
Feedback: Report problem or ask question.