Thierry
|
| Posted: 07/23/2002, 1:46 AM |
|
I always got a parse error when i customized code, everytime the following message appear: call to a memeber function on a non object why?
I seem put the code on right place; help please
|
|
|
 |
Drake
|
| Posted: 07/23/2002, 11:30 PM |
|
This error usually occurs if you call a function from a object that does not possess the function. Basically, you need to have a good understanding of the classes and their member functions so that you know how to call the member functions of the class.
|
|
|
 |
|