|
Navigation: Click-Script Guide > Actions Libraries > Embedded DLL Actions |
|
Embedded DLL Actions are DLL actions of an Actions' Library that automatically distributes the DLL file related. This feature is very useful when you want to create an Action Library with actions that needs to call an specific DLL file that you have created. So, you can abstract the external DLL calls to your own DLL files creating Actions' Libraries.
How to create Embedded DLL Actions:
To create an embedded DLL action, first you need to include the DLL file you will use in the Temporary directory (Project > Temporary Files). Then you must to define the DLL action, as described in the Defining DLL Actions topic, setting the FileName property to %TempSetupDir%\YourDLLFile.dll, where YourDLLFile.dll is the name of your DLL file.
Finally you need to create the Actions' Library, as described in topic Creating Actions Libraries.