PackageDescription: External-Interface-Pragmas


External - Interface - Pragmas

Last published: July 31, 2007 by 'mikeh'

Defines 1 Classes
Extends 4 Classes


This package extends ExternalInterface to allow you to define your library linking via pragmas instead of in the class definition. See the class comments of PlatformExternalLibraryHolder or jump right in by defining methods with the following pragmas in your ExternalInterface subclasses:


^'mylibrary.dll'



^'mylibrary.so'

When you move between platforms, the libraries will automatically switch to the correct platform libraries as well.