Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
ExternalCalling[ExternalLibraryName] - return the name of the relevant external shared object
Calling Sequence
ExternalLibraryName( basename, precision )
Parameters
basename
-
string or name; denotes which library is relevant
precision
optional HWFloat or SWFloat
Description
The ExternalLibraryName(basename) function returns the string that represents the name of the relevant external shared object (library) with the correct platform filename extension or polycapitalization.
The library name (Maple string) is platform dependent. In Windows, the returned name has ".dll" appended to it. In all other operating systems, the library name has "lib" prepended and ".so" appended to it.
If precision is set to SWFloat, the suffix "mp" is appended to the basename of the shared library. This facilitates having hardware float and multi-precision software float libraries with the same base name.
Examples
See Also
define_external, external_calling, ExternalCalling, ExternalCalling[DefineExternal]
Download Help Document