On Jun 11, 2013, at 5:16 AM, ishmeet <[email protected]> wrote:
> Now I want to ensure that when I debug my dll's they run using mono framework
> and not .NET framework. Is there a way to do that.
Use Mono's embedding API to execute your .dll's:
http://www.mono-project.com/Embedding_Mono
Aside: How were you attempting to execute managed code from your native app if
you weren't embedding Mono already? COM interop? LoadLibrary() +
GetProcAddress()[0]?
- Jon
[0]:
http://www.codeproject.com/Articles/37675/Simple-Method-of-DLL-Export-without-C-CLI
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list