[Mono-winforms-list] dll_import Q

Robert Jordan robertj at gmx.net
Fri Jul 30 08:59:57 EDT 2010


On 30.07.2010 14:47, pfj wrote:
>
> Hi,
>
> I have an application which currently uses the winmm.dll for playing mp3
> files (it's a quick and dirty hack which will be replaced at some point by
> using gstreamer or something more cross platform).
>
> As expected, works fine under Win32 and falls flat dead under Linux. If I
> want the app to run, where do I need to put the dll with respect to the
> application executable (tried the same directory, doesn't work)?

Winmm.dll is a native Windows DLL. You cannot p/invoke it.

Robert



More information about the Mono-winforms-list mailing list