sipdotnet
sipdotnet copied to clipboard
Unable to find linphone.dll
Hi, i think i need a bit of help...
i wrote a small program to use as intercom on raspbian. (actually wrote in VS2013 then moved exe to raspbian.) On execution, (mono exefilename) i get this error:
Unhandled Exception: System.DllNotFoundException: linphone.dll
The dll is there, together with the Exe file i'm calling. Also, i tried to compile on raspbian, with xbuild, but i get the same error....i don't know where to smack my head! I'm targeting .net framework 4. The same projects (without the gpio below enabled, works fine on windows.) Also, i'm using a dll to make use of the Gpio of the raspberry and that is working fine....the dll is in the same folder.
Help please!!
Thanks Giulio
Actually the error message on raspbian is System.DllNotFoundException: liblinphone so guess it cannot find the linux library in the lib folder.......i tried to compile the linux stuff...but i get errors...i'll have to try again...
well...i don't seem to be able.....i installed linphone on my box....but it's not working for some reason.... some help would be really appreciated....