View Single Post
Mentor
19Nov2008,21:43  
xpi0t0s's Avatar
You need to cast "//./" to a CString so that it invokes CString :: operator +(). There is no (char*) :: operator +(), which is what you're trying to invoke.

Last edited by xpi0t0s; 19Nov2008 at 21:45..