Hi,
I am developing a Windows and OS X App which both are using ACRCloud. The dll is imported via [DllImport("libacrcloud_extr_tool.dll")]
which works perfect on windows, but on my Mac it does not work, a DllNotFoundException
is been thrown. What do I have to do to use this dll?
Thanks for your help