On Saturday, 10 November 2012 at 06:22:57 UTC, Rob T wrote:
I'm also gambling that the dll issue will be resolved in a reasonable amount of time, as the apps I'm building in D will require it. I'll need ddl's that are dynamically linked, and ddl's used as plugins that are dymaically loaded.

I'm currently working on Linux almost exclusively, which also has the same problem.

Unfortunately, I'm very new to D, so I doubt at this stage I can lend a hand to help solve problems like the dll issue. The best I can do for now is report on compiler bugs that I'm finding.

Although I've only tested on Windows, I have a working DLL module example in LuaD [1][2]. The problems with DLLs are not as relevant for modules like these, and I don't imagine Python modules having too different needs.

[1] https://github.com/JakobOvrum/LuaD/tree/master/example/dmodule
[2] https://github.com/JakobOvrum/LuaD/blob/master/example/bin/module.lua

Reply via email to