Thread overview
Plugins in d
Jan 07, 2007
Christian Köstlin
Jan 07, 2007
Christian Köstlin
Jan 07, 2007
bobef
January 07, 2007
Hi,

is there a way to work with dynamic plugins in d?
some kind of dll/so-stuff. or something directly
in the language?

thanks

christian
January 07, 2007
look like ddl is exactly what i needed. i will give this a try :)
January 07, 2007
Christian K��������������������������� wrote:
> look like ddl is exactly what i needed. i will give this a try :)

LOL. There is way. D supports DLLs, but it's support kind of suck. But it all depends on your needs. I'm crying about this for more than a year... And for more than a year I'm trying DDL from time to time and I've never succeeded to load a single symbol :)....