CompuServe Messages

oxxi ram full message

    17-Nov-87 00:07:52
Fm: Erv Thompson 70567,523
To: Steve Faiwiszewski 74106,425
For the most part I certainly agree. At the moment I'm in the middle of] translating one of the PGA files, "TinyPaint", to M2. It has a number of #include "—-.c" files. I was hoping to simply create seperate modules for each but that coversion is quite cumbersome. The #includes can access global vars whereas a seperately compiled module cannot. It can create globals but not the other way around. In that I see very few globals exported from lib modules in most of the M2 progs I've seen, I would tend to believe it is not a recommended practice. What do you think?