EGAD! A common block question....... [message #30914] |
Wed, 22 May 2002 08:15 |
psisk
Messages: 3 Registered: May 2002
|
Junior Member |
|
|
I realize common blocks are kind of a nasty subject around here,
anyway, I'm a newbie to this whole IDL thing, so here is my
question.......
I have multiple widget based tools that need to share properties
(mostly directories and such), my first thought was to create a common
block that holds a hashtable. Upon initialization, properties are
read from a file and set in the common block. Also I wanted each tool
to be able to set its own properties into the common block, therefore,
the hashtable can grow with each tool initialization. This process
seems to work fine in the development environment, but not in the
runtime environment. Any suggestions? Comments? Alternatives?
Thanks, paul.
|
|
|