vibe.d 0.7.9 released

Jacob Carlborg doob at me.com
Fri Nov 2 00:19:11 PDT 2012


On 2012-11-01 21:29, Rob T wrote:

> I understand what you are saying, however I was told that you can still
> use shared libs in a limited way. The tricky part is knowing what will
> work and what will not, and why.
>
> I'm used to coding apps that use shared libs, and loadable plugins are
> rather essential to have for some apps, so this is an area of interest
> that maybe I can work on resolving down the road. I'm also interested in
> understanding how people are managing without shared libs. It's nice to
> be able to upgrade code by compiling one shared lib and installing it,
> as opposed to rebuilding an entire set of apps that statically link the
> lib.

What's need to be taken care of in general:

* Module infos
* Exception handling tables
* TLS

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list