CompuServe Messages

#More Modula-2 Questions

#: 36954 S7/ProgrammingForum unknown
    22-Oct-86 17:36:21
Fm: Lon Leader 72355,1754
To: Steve Faiwiszewski 74106,425

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

Gee Steve, I wish it was that simple to pass the NULL. That was the first thing I tried. I believe the error that produced was 'type incompatible'. That particular procedure I used for an example expects the third parameter to be a Requester, so I tried RefreshGadgets (firstgadget,wp,(Requester(NULL)); but that didn't work either. Maybe on the second problem the stack figures in somehow… I'd be more inclined to think it was maybe not big enough if that was the problem, but I have it at 30K to avoid compile problems. Perhaps I'll move the variables back into the procedures again and try a huge stack. Thanks, Lon