CompuServe Messages

#More Modula-2 Questions

#: 36977 S7/ProgrammingForum unknown
    22-Oct-86 21:49:37
Fm: Richard Bielak 75716,352
To: Lon Leader 72355,1754

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.

Hi! The problem with "RefreshGadgets" is the way TDI declared it in the "Gadgets" module. The third parameter is a variable parameter, so you cannot pass a constant. The third parameter should have been delared as a pointer so that you could pass NULL (imported from SYSTEM). In this case try to declare a dummy Requester variable and pass it in. If you're lucky, Intuition will just ignore it……The "right" solution is to re-write the part of the "Gadgets" module and declare "RefreshGadgets" properly. If you really have to do that, send me E-mail….I forgot your second question, so I'll finish this message and enter another….Richie