On Thu, 12 Sep 2002 04:05:44 +0200 (EET) Nerijus Baliunas <[EMAIL PROTECTED]> wrote:
NB> VZ> Have you really managed to compile it in Unicode?? NB> NB> You are probably kidding...;-) It is at least month worth work! Only one month? ;-) NB> More questions - I didn't want to change all text strings at lines 479-515 NB> in AdbFrame.cpp, so I used NB> NB> wxGetTranslation(String(fields[n].label)) at line 3589 and others. Is it OK? NB> NB> Similar at line 2153 - can I use String() or should I change NB> 'const char *szName' to 'const wxChar *szName' in AdbDataProvider.h? Well, you can do it like this, of course, but it's not ideal because this means that we have an unnecessary ASCII -> Unicode conversion during run-time (instead of compile-time with _T()). Regards, VZ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Mahogany-cvsupdates mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates
