Mike Hearn wrote:
On Thu, 13 May 2004 21:05:13 -0700, Alexandre Julliard wrote:
I'm afraid not, we can't create a separate static library every time we need to share some code between dlls, it doesn't scale.
How does it not scale? Surely copying code is worse from a scalability perspective?
What about building a static lib and linking it into both shared libs ?
Regards
DOminik