deh_beg and deh_end linker error

tivadj tivadj at gmail.com
Fri Jan 10 03:21:02 PST 2014


To resolve the problem (unresolved _deh_beg/_deh_end when 
linking), put the 'main' declaration into the D library. As below

void main(string[])
{
}


More information about the Digitalmars-d-learn mailing list