Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have created a .dll file. It works in VS Studio. But I can't use it in iLogic. How can I do this in iLogic?
AddReference "D:\Projects\dllSample.dll""
Dim oDll As New dllSample.dllClassName
oDll.dllFunctionName()
Solved! Go to Solution.