Kornél Pál wrote:
> Hi,
>
> I would like to receive comments on mixed-mode assembly support of Mono
> on Wine and if there are people willing to update the Loader to call
> _CorValidateImage, _CorExeMain (real entry point is not called for EXEs)
> and _CorImageUnloading for managed images.
>
Hi,
Wine is still using Mono by creating a new process altough it has
support for _CorExeMain and _CorDllMain. There is a MonoFixupCorEE
method exported by mono.dll that could be used.
I also did some research on executing exe assemblies without creating a
mono.exe process on MS Windows by inj