On 2010-08-15 23:56, Jonathan M Davis wrote:
On Sunday 15 August 2010 09:40:53 g g wrote:
I have successfully made funtions and structs in shared libraries in linux
with dmd, but i have no idea how to do that with classes, and how call the
static this() funtion of the linked module, because
On Sunday 15 August 2010 09:40:53 g g wrote:
> I have successfully made funtions and structs in shared libraries in linux
> with dmd, but i have no idea how to do that with classes, and how call the
> static this() funtion of the linked module, because variables ( even
> immutab
I have successfully made funtions and structs in shared libraries in linux with
dmd, but i have no idea how to do that with classes, and how call the static
this() funtion of the linked module, because variables ( even immutable ) are
not correctly set without calling it.
Thanks.
gzkp0s