This is the last roadblock in my development, and hopefully with this question answered I will be able to push my app through to the testing/debugging phase.
I need to reuse a pointer I have declared in my header file, after allocating, and initializing the pointer, I now need to initialize the pointer without releasing it, I am not sure on how to do this, or if it is even possible, but I (in theory) need to de-initialize the pointer, than re-initialize with a different pathForResource in this case.
Could you please tell me how to do this? I have gone through apple's developer website, and that's about as much help as reading nutrition facts to find the information I need.
Thank you for your insight,
Charles