I have installed the Amiga OS4 SDK, and and I am trying to find my way around the most basic concepts, so I appologise in advance if my question is trivial (I have plenty of experience as a C programmer, but very little understanding of the Amiga OS - still learning!)
I am simply trying to compile the example at the bottom of this page:
http://wiki.amigaos.net/index.php/Intui ... _Interface
But it won't even compile. It says: struct IntuitionIFace has no member named 'GetMsg()'
Now as a programmer I understand what that means. I am calling a function (GetMsg) that doesn't exist on this object/interface. But I am not sure why, since I am running a code example without changing it. Am I not using the right version of the libraries? Of the SDK?
And more importantly, is there a way to LOOK at a certain interface, i.e. look at the list of the different methods and their parameters?
Thanks all!

Alix