|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: OTP - menu fix
============================================================ My Topica is like free feng shui for your email inbox! Learn simple techniques that enhance the flow of good email energy. Sign up today. http://click.topica.com/aaabDmbUrGczbU68iFa/register ============================================================ At 05:49 AM 3/24/01 -0800, you wrote: >============================================================ >Email. It's the efficient, easy way to get ALL the >information we need. Now if only there was an easy way to >manage it... There is! It's friendly, fun, and FREE at >http://click.topica.com/aaabBAbUrGczbVerqLa/register >============================================================ > > >> That's one of the weaknessess of the whole concept of dll's, IMHO. Weren't >> they supposed to be "libraries"? That would be, a public, well-specified >> resource that ne1 can use. Instead, we've got private, shared and public >> dlls. Instal some game or other, it adds a dll for video card or heaven >> help us a VB run-time dll, then when it wants to uninstal, it has no way >to >> know whether some other app is now counting on it, or not. This whole >> concept was not well thot out, methinks. > >It does keep track of howmany programs use the dll's, the weakness is that >the programs must update the counter themselves, which many programmers >forget. That's exactly the kind of thing that's turned me into a grumpy old man ;) The o/s knows perfectly well who's used a dll, it could add the counter automagically on use - as well as allowing the prog to do it itself. This is the most intrusive and bossy o/s i've ever seen, assuming all kinds of authority over what can and can't get done, without accepting the responsibilities that go along with the authority. E.g. an o/s can (and should) be designed from the ground up to handle events and swapping programs, without bothering the programs about it. Then u can write code as tho u owned the computer, in one long, funtion-driven, logical block (i don't mean one module) - not the disjointed, "event-driven" fragments that Windoze developers have been brainwashed into thinking is normal. But, i digress... grant ------------------------------------------------------------ Discover the Joy of Programming! Euphoria Programming Language http://www.RapidEuphoria.com/?joy ____________________________________________________________ T O P I C A -- Learn More. Surf Less. Newsletters, Tips and Discussions on Topics You Choose. http://www.topica.com/partner/tag01
|
|