Using DLLs

DLLs are dynamic link libraries. They are the primary means for accessing C code functions from VTScada. With the DLL statement, you can access existing DLLs or access your own DLL used to create some specialty function. To create a DLL you will need a programming language compiler for a language such as C.