On 8 June 2013 01:03, Steve Hay <steve.m.hay@googlemail.com> wrote: > I've just double-checked my results with two fresh builds, both with > ALL_STATIC=define (that builds a regular > perl.exe+perl519.dll+perl519.lib as well as the extra > perl-static.exe+perl519s.lib) Actually, I think that isn't quite right: ALL_STATIC=define links all extensions statically into perl519.dll as well as into perl-static.exe (and perl519s.lib), so the perl.exe+perl519.dll+perl519.lib there is not a regular build after all. But that doesn't invalidate my finding that __declspec(dllexport) alone seems to work on .exes but not .dlls.Thread Previous