is it possible to pass a ProgressPtr into a function? i ask this not
because i can't try it (its very easy obivously to try), but the fact that
in an extern declaration i have complains that a ")" character is missing.
extern Int getNewList(ProgressPtr pPrg);
i know that the functions aren't the problems because i ran back and tried
temporaly converting all the places this is used to an integer, and that
worked. when i removed the pPrg it says that i'm using an empty declaration
(duh).
tia
Charles