DLL declared in VBA in Excel for Mac 2016 not Found, Error53

Copper Contributor

I am working in Excel for Mac v 16.26 in two different Mac computers. I am calling a function 'TestF' in a DLL 'libTest.dylib' declared in VBA:

 

Private Declare PtrSafe Function TestF Lib "libTest.dylib" Alias "_Z6test_fPc" (ByVal Str As String) As Double

 

Function works like a charm in one of my Mac computers, but when called in other Mac computers reports the error message attached:

 

Screen Shot 2019-07-04 at 12.05.18 PM.png

1 Reply
I would guess that the dll in question needs to be installed on the other computer?