I have a project that is using old version of EmguCV. In windows,it requires Visual C++ Redistributable for proper functioning.The Library throws some exception when its missing.I'm porting the same application for MacOSX using Mono. I was wondering how this issue can be addressed in OSX?
Reference Question
EmguCV cvextern System.DllNotFoundException
Please advice.