On Wed, Mar 4, 2009 at 11:47 AM, Bartolomeo Nicolotti <[email protected]> wrote: > I think I've another problem, another dll, cwbx.dll, I'm trying to use to > migrate a web service that connects to db2 systemi as400, is not manged, > i.e. is a normal windws dll, no assembly, when I try to add it with gacutil > i get not an assembly, I think I'll have to do some dllWrap, do you have > some hints?
If the unmanaged dll has no Linux version available then you are stuck -- Mono does not support loading of Windows-native libraries. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
