--- Mathew Hendry <[EMAIL PROTECTED]> wrote:
> It's closer to a device driver than a library. Since
> there is only one
> instance of the driver in memory, there is only one
> instance of each static
> and global variable: if several processes use the
> driver at the same time,
> they have to share the variables, and will stomp on
> one another.  In the
> case of an executable, each instance gets its own
> protected copy of all
> variables.

You must never use global Variables in Libraries and
Devicedrivers. (Only some Compilers like SAS have
Support for using globals).



__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail � Free email you can access from anywhere!
http://mail.yahoo.com/
--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to