Re: Creating and using a .DLL/.SO?
- Posted by mattlewis (admin) Dec 26, 2008
- 1100 views
jimcbrown said...
Why would you use open_dll() to include a translated include file?
I thought you'd just do
include dbi_mysql.so as mysql
Actually, my idea was to have (ignore the 'modulization' issue that Jeremy was talking about for now):
include dbi_mysql.e as mysql
And there would be some configuration option to check for installed (in a specific place) translated include files, so that from the user's point of view, there's no difference in usage.
Matt