[Mono-dev] Create a 'MonoImage' from a byte array. (corrected)

2010-06-16 Thread Thiago Padilha
 I'm trying to create a MonoImage/MonoAssembly from a byte array like this : //body omited, this is a simple function that return contents of a binary file and returns the file size in bytes as an out parameter static char *read_file_contents(char *fullpath, int *outfilesize); static char

Re: [Mono-dev] Create a 'MonoImage' from a byte array. (corrected)

2010-06-16 Thread Robert Jordan
On 16.06.2010 17:49, Thiago Padilha wrote: I'm trying to create a MonoImage/MonoAssembly from a byte array like this : //body omited, this is a simple function that return contents of a binary file and returns the file size in bytes as an out parameter static char *read_file_contents(char