In the ATEasy Examples folder (c:\Program Files\ATEasy\Examples), the following examples are created for ATEasy DLL:
This example demonstrates the programming of an ATEasy DLL. The application creates an ATEasy DLL that contains exported functions.
Files included:
ATEasyDLL.prj - project file for ATEasy DLL.
ATEasyDLL.sys - system file for ATEasy DLL type application.
ATEasyDLL.drv - contains exported functions.
This example also demonstrates how to use an ATEasy DLL, ATEasyDLL.dll you built in the example above.
Files included:
DLL.prg - This contains an example of using the provided DLL.DLL. Now new example is added to show the use of ATEasyDLL.DLL.