This section contains information about using dynamic link libraries (DLLs) in ATEasy applications, and includes the following topics:
Topic |
Description |
An overview of how DLLs are used with ATEasy. |
|
Description of when to use DLLs in ATEasy applications. |
|
Instructions on inserting a DLL into an ATEasy application. |
|
How to import DLL functions and data types from a C language hedaer file (.h) |
|
Instructions on setting DLL properties. |
|
Descriptions of the DLL submodules. |
|
Instructions on declaring a DLL procedure. |
|
Instructions on setting DLL procedure properties. |
|
Information on using aliases and ordinals in DLL procedure declarations. |
|
Instructions on defining DLL procedure parameters. |
|
Descriptions of DLL procedure parameter types. |
|
Information on creating user-defined commands for use with DLL procedures. |
|
Information on distributing a DLL with an ATEasy application. |
|
Examples of DLL usage in ATEasy applications. |
|
Dynamic Loading of DLLs (v 7) |
LoadLibrary (and UnloadLibrary) statements are allowed to load and unload DLL during run time. |