link error

sdv sdvcn at 126.com
Thu Dec 1 08:58:23 PST 2011


// a.d
struct demo
{
    char lin1;
    char lin2;
    .
    ..
    ...
    ....
    char lin707;
}

dmd.exe -c "a.d" -of "a.obj" -gc -debug
dmd.exe "a.obj" -gc -debug -L/IMPLIB:a.lib -ofa.dll

It does not work 




More information about the Digitalmars-d mailing list