Hi, I have some C# code that uses platform invoke to call functions in libbz2.dll to perform compression. Works fine under Windows, with both Mono and Visual C#. Given a Linux libbz2.so (or libbz2.a), or the bz2 source, how can I build a dll that Mono can call under Windows? Thanks muchly, Michi.