PDA

View Full Version : QString



krishbhala
16th January 2008, 11:29
How to Points the newly allocated string using QString? For eg. we have AllocSysString() method in CString, is any method available in QString?

Thanks in Advance!!!

jpn
16th January 2008, 11:31
Search the forums for "AllocSysString".

PS. As you might already have been told a bunch of times, let me repeat, do NOT try to port your MFC applications line by line.