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.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Proj.Initialize
Loads and initializes PROJ library.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Proj | 10.1 | Yes | Yes | Yes | Yes | Yes |
MBS( "Proj.Initialize"; Path ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Path | The file path to the framework or library. | "/Library/Frameworks/PROJ.framework" |
Result
Returns OK or error.
Description
Loads and initializes PROJ library.Please pass file path to DLL for Windows, framework for iOS/MacOS and path to shared object for Linux.
The plugin does not care where you install it or whether you just copy the library with your solution.
Examples
Load framework on Mac from default location:
MBS( "Proj.Initialize"; "/Library/Frameworks/PROJ.framework" )
See also
Example Databases
Blog Entries
Created 22nd January 2020, last changed 22nd January 2020
Proj.BatchTransform - Proj.IsInitialized
Feedback: Report problem or ask question.
Links
MBS Xojo Chart Plugins