Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to use library #2

Closed
alijundi opened this issue Dec 23, 2015 · 4 comments
Closed

unable to use library #2

alijundi opened this issue Dec 23, 2015 · 4 comments

Comments

@alijundi
Copy link

I receive the following message:

A call to PInvoke function 'sipdotnet!sipdotnet.Linphone::linphone_core_new' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.

@KapteinBabbalas
Copy link

I've been looking for a c# implementation of the encryption library used in the PHP version. Found this https://github.com/langboost/libaxolotl-uwp but, how to actually implement it is another story. https://github.com/Muraad/libaxolotl-net

@levan89
Copy link

levan89 commented Jul 28, 2016

i found solution change [DllImport(LIBNAME)] on method to [DllImport(LIBNAME, CallingConvention = CallingConvention.Cdecl)]

@nhanttnhantt
Copy link

Unable to load DLL 'liblinphone': The specified module could not be found. (Exception from HRESULT: 0x8007007E).
How to fix it.

@bedefaced
Copy link
Owner

Fixed in update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants