DynamicWrapperX is an ActiveX component (COM server) inspired by DynamicWrapper, which I wrote as an attempt to better implement the idea. It allows to call functions exported by DLL libraries, in particular Windows API functions, from scr ipts in J
Set DX = CreateObject("DynamicWrapperX") DX.Register "C:\Windows\SysWOW64\UniControl\CCITUniControl.dll","ADD" "I=ll","R=l" RES = DX.ADD(12,58) MSGBOX RES '10