Re: Is stork a troll? (was Re: Trolltech QT license question)
- From: tbandrow@xxxxxxxxxxxx
- Date: 17 Mar 2006 20:51:25 -0800
Stork replied to:
Yes I can
You can, but, for non-trivial libraries, what you describe is a total
pain in the rear, and, to be honest, it is not even good software
practice!
Linux has many strengths - better file system, process model, a
simplified and thus more useful security model, saner directory
conventions, etc, but, when it comes to decoupled software
architectures, Microsoft simply does it better.
The IMPLIB facility of which I speak was around for Windows 3.1 (that's
16 bit!), and then, they went onto COM around '92, that pulled
-everything- about an object's interface into an entirely separate file
called a type library. Other apps could then bind to the type library
and the actual code that was implemented by the type library could be
some place else - even remotely in some cases. That was the promise
anyway, but, it didn't work in practice because subtle differences in
DLL versions - even with the same interface, still broke applications
quite frequently (and still do!)
Nowadays, the very practice of which you speak has been more or less
banned by Microsoft because it threatens application stability. Modern
..NET applications under Windows can use libraries that are digitally
signed such that, if you don't have the same secure strong name AND a
digital signature in your application as you do in the library, your
application doesn't run.
.
- References:
- Re: Is stork a troll? (was Re: Trolltech QT license question)
- From: tbandrow
- Re: Is stork a troll? (was Re: Trolltech QT license question)
- From: David Schwartz
- Re: Is stork a troll? (was Re: Trolltech QT license question)
- From: stork
- Re: Is stork a troll? (was Re: Trolltech QT license question)
- From: David Schwartz
- Re: Is stork a troll? (was Re: Trolltech QT license question)
- From: stork
- Re: Is stork a troll? (was Re: Trolltech QT license question)
- From: Jordan Abel
- Re: Is stork a troll? (was Re: Trolltech QT license question)
- From: tbandrow
- Re: Is stork a troll? (was Re: Trolltech QT license question)
- From: Jordan Abel
- Re: Is stork a troll? (was Re: Trolltech QT license question)
- From: stork
- Re: Is stork a troll? (was Re: Trolltech QT license question)
- From: Jordan Abel
- Re: Is stork a troll? (was Re: Trolltech QT license question)
- From: Peter Köhlmann
- Re: Is stork a troll? (was Re: Trolltech QT license question)
- From: Jordan Abel
- Re: Is stork a troll? (was Re: Trolltech QT license question)
- From: Peter Köhlmann
- Re: Is stork a troll? (was Re: Trolltech QT license question)
- From: David Schwartz
- Re: Is stork a troll? (was Re: Trolltech QT license question)
- From: stork
- Re: Is stork a troll? (was Re: Trolltech QT license question)
- From: Jordan Abel
- Re: Is stork a troll? (was Re: Trolltech QT license question)
- From: stork
- Re: Is stork a troll? (was Re: Trolltech QT license question)
- From: Jordan Abel
- Re: Is stork a troll? (was Re: Trolltech QT license question)
- Prev by Date: Re: Could not overwrite a file when disk is full
- Next by Date: Re: Is stork a troll? (was Re: Trolltech QT license question)
- Previous by thread: Re: Is stork a troll? (was Re: Trolltech QT license question)
- Next by thread: Re: Is stork a troll? (was Re: Trolltech QT license question)
- Index(es):
Relevant Pages
|