Suggestion for proposed special C++ Builder 2010 issue
Moderator: 2ffat
-
- Posts: 3
- Joined: Wed Jul 16, 2008 5:46 am
Suggestion for proposed special C++ Builder 2010 issue
In the email to accompany the October 2009 issue, Damon mooted creating a special issue of the journal devoted to C++ Builder 2010. I'd like it very much if somebody would write an article for this special issue (or any issue), specifically dealing with unicode, and with special reference to porting TRichEdit-based applications from versions 5 or 6 to make them unicode-capable.
- Damon
- BCBJ Editor and Admin
- Posts: 285
- Joined: Wed May 26, 2004 11:25 pm
- Location: Stillwater, OK, USA
- Contact:
Re: Suggestion for proposed special C++ Builder 2010 issue
Adrian,
Thanks for the note. I agree that Unicode is definitely a topic that needs to be covered since it is a major change.
Best,
Damon
Thanks for the note. I agree that Unicode is definitely a topic that needs to be covered since it is a major change.
Best,
Damon
Re: Suggestion for proposed special C++ Builder 2010 issue
I have the same need as I'm a newbee in unicode. I'm very interested to evaluate the work associated to a migration to C++ Builder 2010 because our application is made of AnsiString, char* and a home made string class with a lot of convertion from one type to another...