ok that was a little vague, I want to put a reference to an object into the
data field of a gadget object.  I have tried,

...
FrmSetGadgetData(frmP,8088,&myObject);
...

however when I try to get the object with the following code ...

...
CompositeImage compositeImage;
...
&compositeImage = FrmGetGadgetData(frmP, FrmGetObjectIndex(frmP,
VRTourVRWindowGadget));
...

I get a compilation error.  So the question is: Is it possible to store a
reference to an object in a Gadget's Data field?

by now it is probably obvious that I am not a c++ guru, however any help
would be greatly appreciated!

James




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to