any tool to at least partially convert C++ to D (htod for source

Igor Lesik curoles at yahoo.com
Thu Mar 11 13:52:15 PST 2010


>I think what we can do to help is to track down exactly what the 
>problems are and make sure Walter knows about them. If possible we could 
>also try to fix them.
>The problems I have are:
>Undefined symbols:
>__deh_beg
>__deh_end
>__Dmain
>__minfo_beg
>__minfo_end

Undefined symbols is not the fundumental problem, it is possible to make them
seen as defined. I was able to make shared runtime library as .so.
The problem is that the very first library funciton call from Dmain is not going to work,
because EBX is not PIC register.


      



More information about the Digitalmars-d mailing list