Sam Hu wrote: > Ah yes,I once translated most of Tango's tango.util.container.* into D2 > excluding one or two modules which heavily depends on Tango other modules.It > get compiled.However,the test program crashed with below error message: > Error 42:Symbol Undefined _D5tango4core6Memory2GC6addrOfFpvZPv > ---errorlevel 1 > > I have no clue what this means and where to restart. > > Regards, > Sam
How about by reading the error message? Error 42:Symbol Undefined _D5tango4core6Memory2GC6addrOfFpvZPv --> Error 42:Symbol Undefined void* tango.core.Memory.GC.addrOf(void*) Ergo, you didn't link in tango.core.Memory, which it wants.