UserLib Installation
Previous Top Next

Installation


Please Note: The Pre-4.50 Libraries have been reported to not function properly on compilers previous to 4.41... As a result of this, I can recommend that anyone who is using a compiler previous to 4.41 uses the Include File provided.



To install this library, you must first select which version of the library you wish to use.

  
Library Version
File Name
Description
Standard Pre-4.50
AIG
Standard Procedure Names, designed to be used on PureBasic Compilers before the 4.50 release.

(Note: Each animation will only support 32 frames.)
Prefixed Pre-4.50
AIG_PREFIX
Prefixed Simplified Procedure Names, also designed to be used with PureBasic Compilers before the 4.50 release.

(Note: Each animation will only support 32 frames.)
Standard 4.50+
AIG_450
Standard Procedure Names, designed for PureBasic Compilers 4.50 and above.

(Note: Animations can have any number of frames.)
Prefixed 4.50+
AIG_450_PREFIX
Prefixed Simplified Procedure Names, also designed for PureBasic Compilers 4.50 and above.

(Note: Animations can have any number of frames.)

For the Standard Versions, the procedures will be standardized to the PureBasic Syntax  (i.e. ApplyImageGadgetAnimation())

For the Prefixed Versions, the procedures will be simplified, with a "AIG_" Prefix.. (i.e. AIG_ApplyAnimation())


Installation Steps

For Windows:

Navigate to the UserLibraries folder (Typically: "PureBasic\PureLibraries\UserLibraries\") and copy the user library you wish to use from the "Pre-Built UserLibraries\win32" Folder in the archive. (see above.).

Next, copy the Help file from the archive, and paste it in your "PureBasic\Help" directory. (Note: You will have to restart your IDE for the Help File to be available in the External Help menu.)

If you have PureBasic running, you will have to Restart the Compiler before the new commands will be acceptable.