Matt Graham wrote:

yes. if form is a FormType * then you don't need to use the & in front of form when you call the function. You're passing a pointer to a form to FrmRemoveObject and that's exactly what form is. Just do
FrmRemoveObject(form,objIndex);
But I thought FrmRemoveObject needed to be able to change the pointer, thus the reason to pass a pointer-to-pointer?

--Larry


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


Reply via email to