[Mono-list] can we add kernel32 dll in mono

Alan McGovern alan.mcgovern at gmail.com
Wed Jul 15 08:54:37 EDT 2009


Hey,

I already explained what you have to do in your other thread where you
talked about this issue. That is the only way of fixing the problem other
than creating your own kernel32.dll for each platform you want your code to
run on.

There is nothing mono can do to fix this for you, it's not a mono issue.

Alan.

On Wed, Jul 15, 2009 at 12:21 PM, Robert Jordan <robertj at gmx.net> wrote:

> Bharti Mishra wrote:
> > hi,
> >    I am executing existind vb.net project in mono onto opensuse platfom.
> I
> > am getting following error "System.Dllnotfoundexception:kernel32".
> >   how can I add kernel32 dll in mono.
> >   and can you explain me this error.
>
> Kernel32.dll is a unmanaged core Windows DLL. It's not a .NET assembly
> and it can't be added to Mono.
>
> You have to fix this application by removing those p/invoke calls
> with similar managed approaches.
>
> If you don't know what p/invoke is, please ask the developer of this
> vb.net project to fix the issue.
>
> Robert
>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20090715/6321daec/attachment.html 


More information about the Mono-list mailing list