<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
I am trying to get <b>speex </b>working for Windows Mobile platforms.<br>
Basically there are 2 problems for build a working .dll<br>
<br>
1. There seems to be missing the def file libspeex.def<br>
2. One source file has been declared (medfilter.c) but this is missing
too.<br>
<br>
For 1. I found the file on the Internet and for 2. I deleted the file's
entry in the Visual Studio project's properties.<br>
Doing this I have managed to create the dll file and I am now I am
trying to create a .NET CF wrapper via P/Invoke<br>
in order to make speex library supported in .NET Compact Framework
platform. However I am receiving <br>
errors in my calls that have no description (exception code :
0xc0000005 etc)<br>
<br>
Has anyone encountered this before? Could anyone supply with an advice?<br>
<br>
Thank you for your time<br>
<br>
</body>
</html>