On Mar 19, 2014, at 12:33 AM, Greg <gregorymors...@gmail.com> wrote:
> I believe the calls are failing because the unamanged dll has not been 
> compiled in the native environment.  Is this true, or should mono be able to 
> handle unmanaged dlls that were compiled in Windows?

Mono does not support unmanaged shared libraries (.dll files).

If possible, you should port your unmanaged code to linux and build it into a 
.so.

If that isn’t possible, you should look into using Wine. Mono should run atop 
Wine (last I heard…), so this may be a viable solution for you.

 - Jon

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to