cuneiform team mailing list archive
-
cuneiform team
-
Mailing list archive
-
Message #00626
Re: API issues
On Tue, Aug 24, 2010 at 6:32 AM, Igor Filippov
<igor.v.filippov@xxxxxxxxx> wrote:
> A feature request: would it be possible to have a single - and
> preferably static - library for cuneiform?
Simple answer: no.
Slightly longer answer: every one of those libraries has a gazillion
local variables that have same names in every library. If CF were
joined into one big library, they would all point to the same
variables and thus some parts of the program would mess up the state
of others.
And even if you could do this, you would still have to include the 144
data files in your program.
Follow ups
References