Page 1 of 1

Call DLL function by Ordinal

Posted: Fri Feb 05, 2016 11:54 am
by Dan
I am trying to call a DLL function that does not have a name, only an ordinal, without success. I keep getting functionnotfound if I use the ordinal in place of the name. Is there a way to call a function by ordinal?

Re: Call DLL function by Ordinal

Posted: Fri Feb 05, 2016 2:15 pm
by FrancescoT
Dear Dan,

unless you don't release a dedicated plugin at such purpose, unfortunately I don't believe you can call a function from the "Call DLL Function" by its ordinal.

Regards