POD, in C++ stands for Plain Old Data.
While u have not posted the code you have, i cannot tell your excact error, but since it says something about objects passed on and POD, i assume u are using some old data type from C, and trying to do some sort of operation that only objects in C++ can handle..
|