paulh@ibmpcug.co.uk (Paul Hackney) (08/23/90)
I have just been re-reading Brad Cox's book and am somewhat puzzled by the casting of _msg on page 86, someVariable = (*((struct MYSTRUCT *)(*)()_msg))(someObject,...); is this correct? Shouldn't it be, someVariable = (*((struct MYSTRUCT *(*)())_msg))(someObject,...); or am I missing the point? Paul Hackney Lewes, Sussex, England -- Automatic Disclaimer: The views expressed above are those of the author alone and may not represent the views of the IBM PC User Group. --