Hi all.
So I have compiled two versions of a VB.NET application.
The 32 bit version runs perfectly using wine-mono (I'm using archlinux).
I tried using wine64 but I get the following error (changing WINEARCH to win64 and WINEPREFIX to a new folder)
--------------------------------------------------------------------------
err:process:start_process L"Z:\\*******\VT.exe" doesn't have an entry point, it cannot be executed
--------------------------------------------------------------------------
(the asterisk are there just for simplification).
Since this application can be quite memory consuming it would be nice to avoid the 4GB memory limit the 32 bit application has.
Do you have any suggestions?
Thanks.
Wine and 64bit .NET (mono) application
Re: Wine and 64bit .NET (mono) application
Wine-mono was just updated; retest in 1.7.38 with wine-mono 4.5.6. If the problem persists, file a bug.