[Mono-dev] Re: compiling for compact framework

Jb Evain mono at evain.net
Fri Mar 17 14:02:42 EST 2006


Hey, 

Matthias Eller writes: 

> I noticed, that there are some tiny differences in the .exe the 2
> compilers generate (if you like I can publish them).

The PE loader of the compact framework seems to be disturbed by the fact 
that the import table and the hint name table are stored at the start of the 
.text section, and not as the end of it. 

> Is there any chance?

It should not be very hard to modify the functions in reflection.c to change 
the order in which the tables are emitted. 

Jb 




More information about the Mono-devel-list mailing list