[Speex-dev] speex in C# please help

Jean-Marc Valin jean-marc.valin at usherbrooke.ca
Fri Feb 9 04:37:31 PST 2007


Mohammed Ibrahim a écrit :
> hello guys this is my code for the C# wrapper.
...

Please refrain from posting entire source code files on the list. This
is speex-dev at xiph.org, not debug-my-code at xiph.org.

> when i call the speex_lib_get_mode(int modein);
> 
> in my managed code i have an exception with the message "unable to find an entrypoint for the speex_lib_get_mode in the libspeex.dll file"
> 
> please help is there anything something wrong in my wrapper please help or correct my file please.

I don't know windows programming, but it appears obvious that the linker
can't find the symbol in the dll, which probably means that it's not
exported, which probably means that the project/definition file is out
of date. That or you're simply using an old (1.0.x or early 1.1.x)
version of Speex.

	Jean-Marc


More information about the Speex-dev mailing list