shared libraries in linux

2010-08-15 Thread g g
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

Re: shared libraries in linux

2010-08-15 Thread Jonathan M Davis
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

Re: shared libraries in linux

2010-08-16 Thread Jacob Carlborg
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