[DMUSIC] cleanups, fixes and IDirectMusicStyle loading

Alexandre Julliard julliard at winehq.org
Fri May 14 13:06:34 CDT 2004


Mike Hearn <mh at codeweavers.com> writes:

> How does it not scale? Surely copying code is worse from a scalability
> perspective?

It doesn't scale because if you have n dlls you potentially need n^2
static libraries to share code. Obviously we won't need all the
combinations, but even a small fraction of that is going to create a
big mess. It needs a *very* good reason to create a new library, and
if it's just for sharing a couple of structure dumping functions it's
not worth it.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list