how to turn data in TPtrC to a TBuf?
i use these codes as follow and get user 20 error.
myTBuf8= *aName.iLocalName.Ptr();
i can not find example in sdk help and internet. always, tbuf to tptrc.
i download the syexpat of paul, his example can work without any .h file in his xmlhelper.cpp. but i use these file in my project, MSyDocHandler does not statement error exist. i must include <e32base.h> and "SyExpat.h" in the xmlhelper.cpp, to make it work. i want to know what i forget? it took me several hours and cant understand......

Reply With Quote

