[Mono-list] Problems with Visual Studio 2005 compiled code

Paolo Molaro lupus at ximian.com
Thu Aug 30 12:48:00 EDT 2007


On 08/30/07 Jonathan Chambers wrote:
>      This definitely looks like an issue with running a PE+ executable
> (produced if you target the x64 platform). If I try to run a PE+ executable
> under mono I get:
> 
> Cannot open assembly test.exe.
> 
> Mono currently does not support PE+, although it may in the near term as the
> consensus is that is shouldn't be too hard to do. I'm guessing both times
> you somehow produced a PE+ executable. Try specifically targeting x86 as the
> platform and see if you application runs.

I just added support for the PE+ file format in svn, at least the sample
program that Jonathan kidly provided loads and runs correctly.
So if the original issue was the PE+ file format, it should work now
with mono from svn.

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better


More information about the Mono-list mailing list