Equivalent of DllMain for OSX dynamic libraries?
Andrei Alexandrescu via Digitalmars-d
digitalmars-d at puremagic.com
Fri Jul 25 15:15:14 PDT 2014
Hello,
We've just open-sourced another D project at Facebook (just a developer
beta), an ODBC driver for the Presto database engine:
https://github.com/prestodb/presto-odbc.
The Windows version works well now, and Mark Isaacson (the author of the
driver and incidentally my intern) is working already on the OSX port
using iODBC. We've hit a number of issues, the most basic one being that
shared static this() initializers don't seem to be called for our driver.
Could you folks help us out?
Thanks,
Andrei
More information about the Digitalmars-d
mailing list