Hi > It's a shame you had not used MFC's CString - it has a (const char *) > extraction operator to get out a char * even under Unicode conditions > (and an (LPCTSTR) extraction operator for getting proper Unicode > characters, as you would use in most other places).
Not really as then the MFC runtime libraries would have to be dragged into the ATL application. Jason, you know what I think of the MFC. ;-) In fact I'm not even keen on ATL's CString. OP, why aren't you using std::string? Regards Paul Paul Grenyer Email: [EMAIL PROTECTED] Web: http://www.paulgrenyer.co.uk Have you met Aeryn: http://www.paulgrenyer.co.uk/aeryn/? Version 0.3.0 beta now available for download.
