Problem passing a vector array as a parameterBingo! That evidently changed and I didn't notice it when I merged the code. Thank you very much! I ...
Problem passing a vector array as a parameterMethod declaration: RETURNCODE getAllArrayPtrs(vector<hCitemBase*> &ArrayPtrList);// for all condit...
Problem passing a vector array as a parameterI screwed up in the copying of my functions: definition: getAllArrayPtrs(vector<someObject*> &apList...
Problem passing a vector array as a parameterFirst: I am doing maintenance on legacy code. This used to work (and still does) in a different code...