[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Global variable vs common block
- Subject: Re: Global variable vs common block
- From: kbowman(at)null.net (Kenneth P. Bowman)
- Date: Thu, 16 Mar 2000 08:22:34 -0600
- Newsgroups: comp.lang.idl-pvwave
- Organization: Posted via Supernews, http://www.supernews.com
- References: <38D0C447.88C54E73@hotmail.com>
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:18942
In article <38D0C447.88C54E73@hotmail.com>, marc <m_schellens@hotmail.com>
wrote:
> So my question is: Is there something I have not thought about/do not
> know were I can run into a limitation with this?
DEFSYSV does not solve one of the problems with common blocks - the
inability to have multiple instances of a program running at the same
time.
Ken