Scripting DLL » History » Version 2
Per Amundsen, 08/13/2014 07:07 AM
| 1 | 1 | Per Amundsen | h1. Scripting DLL |
|---|---|---|---|
| 2 | 2 | Per Amundsen | |
| 3 | The [[/dll]], [[$dll]] and [[$dllcall]] features allow you to make calls to DLL's designed to work with AdiIRC. The main reason you would want to do this is that processing information in a DLL can be far faster than doing so in a script, so for intensive data processing a DLL would be more efficient. |
||
| 4 | |||
| 5 | [[procname|Read how to create a procname in your DLL]] |