Frontend and backend communication

Jesse Phillips jessekphillips+D at gmail.com
Fri Jul 29 11:30:14 PDT 2011


Dainius (GreatEmerald) Wrote:

> So, now my (static) library nearly links in Win32. There is only one
> link error, and apparently it's generated by phobos:
> 
>     ..\lib\phobos.lib(dmain2)
>      Error 42: Symbol Undefined __end
> 
> Any clues about what is happening? Admittedly, that phobos.lib is from
> March 20, 2011, so it's rather old by now.

I didn't follow this discussion, but it is telling you there is no main function. Are you compiling a library? Maybe you should try giving your program a main?


More information about the Digitalmars-d-learn mailing list