Re: rfc: mscoree: Use the mono embedding api instead of invoking mono.exe.

2010-04-02 Thread Jacek Caban
Hi Vincent, On 4/2/10 11:16 PM, Vincent Povirk wrote: This is a patch that has mscoree.dll load mono.dll in-process rather than starting mono.exe. This is needed so that (among other things), the running process gets the correct values from GetCommandLine and GetModuleFileName(0). The code qual

rfc: mscoree: Use the mono embedding api instead of invoking mono.exe.

2010-04-02 Thread Vincent Povirk
This is a patch that has mscoree.dll load mono.dll in-process rather than starting mono.exe. This is needed so that (among other things), the running process gets the correct values from GetCommandLine and GetModuleFileName(0). The code quality is probably not very good, so I'm sending it to wine-