Whops! Hold on a sec. I saw that I defined `foo` as `extern` instead of `export`. Testing with that.
Even Walter Bright's code doesn't use export, and goes with extern only.
http://dlang.org/dll-linux.html#dso10
Whops! Hold on a sec. I saw that I defined `foo` as `extern` instead of `export`. Testing with that.
Even Walter Bright's code doesn't use export, and goes with extern only.
http://dlang.org/dll-linux.html#dso10