objconv 2.03 released (includes .OBJ disassembler)

Hoenir mrmocool at gmx.de
Tue Jan 13 23:40:02 PST 2009


Don schrieb:
> This latest release is significant for users of  DMD - Windows, since it
> is the first one which can disassemble OMF files containing COMDAT 
> sections - which means every .obj file produced by DMD Windows.

It isn't even capable to convert the simplest example in the current 
version:

extern(C):
int global1=5;

int doSomething(int num)
{
	printf("blablub\n");
	return global1;
}

-> Error 2305: 2 Communal Sections found. Currently not supported.


More information about the Digitalmars-d-announce mailing list