Can anyone tell me how to make a dll file?
so i can use it like:

Code:
declare function MyFunction lib "MyFunctions" (param1, param2)
Variable1 = MyFunction(param1, param2)
any help appreciated

WP