Quote:
When you change mplayerobj.strPlayerName, do you update mplayerdebugtext as well?
This is what he wants to happen "automatically" by using pointers.
I think your code should work..
Maybe your text isn't visible (VISIBLE flag off), or it's off the screen? Have you tried copying some random string in it?
EDIT: how are you changing mplayerobj.strPlayerName? It should be by str_cpy, not assignment (=).
Last edited by Excessus; 02/08/08 07:03.