Hi > Well that would be useful - if I did any unit testing :)
You don't do unit testing? How can you have any confidence in your code? <http://www.amazon.co.uk/exec/obidos/ASIN/0321146530/qid=1080900318/sr=1 -1/ref=sr_1_10_1/202-6687662-5214202> http://www.paulgrenyer.co.uk/aeryn/ > > > Then you should have the COM layer on to which takes the > std::string from the backend processing and converts it where > necessary. You should > > Well ok but how would I do the conversion? I don't know of any > conversion routines between std::basic_string<char> and > std::basic_string<wchar_t>. I can start using 3rd party libraries > (iconv comes to mind) but the whole idea was to keep conversions as > simple and transparant as possible, and use as much of ATL's unicode > as possible. There's nothing stopping you using std::wstring in your backend stuff. 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.
