Error loading Custom DLL when macro called from Menu #1508
Replies: 2 comments 1 reply
|
Thanks for reporting this. Does it work if you place the DLL in the same folder where TE3 is installed, then adjust the first line of the script to just say |
1 reply
|
It was a security issue related to our company policy, sorted now. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a custom DLL file which contains a number of utilities.

e.g. I have a macro which creates a simple measure which sums the selected column, when running the macro which calls the functions in the DLL it runs perfectly.
However when I run the macro from the Menu I get the error message.
I am totally stumped by this, any assistance anyone could provide would be most welcome.
All reactions