[Solved] Re: Calling D libraries from C, _deh_beg madness and exception handling

Nicolay Korslund korslund at gmail.com
Mon Oct 29 15:45:32 PDT 2007


Nicolay Korslund Wrote:
> 
> Is there any way to make DMD insert the correct symbols without having a D main? Or can I set them up myself somehow? I don't even know what these pointers are supposed to point to.
> 

Apparantly the solution was to add an empty main() function in D code somewhere. For some reason this did not create a conflict with the C main(), so now everything is peace and harmony. Let's just hope it doesn't suddenly stop working again at some point.

N 



More information about the Digitalmars-d mailing list