[Mono-list] Mono & x64 issue

Jonathan Chambers joncham at gmail.com
Sat Oct 20 19:20:58 UTC 2012


The easiest thing to do is to build the Visual Studio solution mono.sln in
mono/msvc. Build the x64 target in this case. It will produce the dynamic
library (mono-2.0.dll) and an import lib (mono-2.0.lib). A few others and
myself had the Win64 version of the runtime working pretty well. You may
run into some issues, but it should simple applications reliably.

Thanks,
Jonathan

On Tue, Oct 16, 2012 at 10:54 AM, Robert Jordan <robertj at gmx.net> wrote:

> On 16.10.2012 16:14, Francois Schelling wrote:
>
>> I've created a 64 bits version of my mono.lib in order to make my
>> program links correctly with mono using the following command: lib
>> /nologo /def:mono.def /out:mono64.lib /machine:x64.
>>
>
> The "official" Mono for Windows is 32-bit only, so creating
> a 64-bit import lib won't help at all.
>
> Robert
>
> ______________________________**_________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/**mailman/listinfo/mono-list<http://lists.ximian.com/mailman/listinfo/mono-list>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20121020/6af98712/attachment.html>


More information about the Mono-list mailing list