Segmentation fault while creating a class object by dlsym-ed function
bearophile
bearophileHUGS at lycos.com
Wed Jul 18 02:10:07 PDT 2012
Konstantin J. Chernov:
> testclass.di:
>
> class testclass
> {
> this(const wstring loadmsg);
> ~this();
> wstring foo();
> };
And usually you don't need to write .di files in D.
Bye,
bearophile
More information about the Digitalmars-d-learn
mailing list