status of shared libs

Jacob Carlborg doob at me.com
Tue Apr 9 09:49:51 PDT 2013


On 2013-04-09 17:51, Martin Nowak wrote:

> I think the best way is to sythesize a main function in the executable.
> Something like this.
>
> extern(C) int main(int argc, char** argv)
> {
>    rt_init(argc, argv);
>    runMain(&_Dmain);
>    return rt_term();
> }

By "sythesize", you mean not defined in druntime?

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list