Hello,

I have a problem. I'am making a program with
CodeWarrior (Version 4.0.1). Sometimes, when I'm
debuging it, the parameters loss its memory's address.
Generally, this is occurred when a function call to
other function.

For example,
        void function(void)
        { char *pointer;
          ....
          function1(pointer); // OK
          ....
        }

        void function1(char *p)// Bad. P isnot equal to
pointer
        { ....
          ....
        }

However, if I created a new proyect, and add-it all
files and resource, I haven't this problem.
Please, help me!!!
Regards,
Ed Burke
_________________________________________________________________
UOLMAIL - Todo Argentino tiene derecho a tener su e-mail.
http://www.uolmail.com.ar



--
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