On 2012-10-18 13:55, Ellery Newcomer wrote:
I am using python27_digitalmars.lib, which is generated from libs\python27.lib with coffimplib, and it is linking my executables with python.dll.
Ok. Do you know how the corresponding C code would look like? Maybe you need to use the "export" attribute. It's the same as "__declspec(dllimport)", have a look:
http://dlang.org/htomodule.htmlIf that doesn't work then I'm out of suggestions, Windows is not my primary platform.
-- /Jacob Carlborg