A dll is getting called in AX as,
------------------------------------------------------------------START----
x=7;
dll winapidll=new dll("ABC.dll");
dllfunction function=new dllfunction(WinApiDLL,'_Distributeamount@40');
Function.args(extTypes::DWord,extTypes::String,extTypes::String,extTypes::String,extTypes::String,extTypes::Double,
extTypes::String,extTypes::String,extTypes::String );
Function.returns(extTypes::DWord);
x=Function.call(this.hwnd(),prm1,prm2,prm3,prm4,prm5,prm6,prm7,prm8);
this.bold(1);
return x;
---------------------END------------------
I need to call this DLL in Dexterity.
Can anyone help me with this?
Thanks,
Nilotpal
*This post is locked for comments