|
-
December 14th, 2005, 07:22 AM
#16
Re: Regarding Converting of an application to Unicode.
Hi,
Pl. clarify this doubt..
If I am converting an application, than is it necessary to replace
int with DWORD,
char[] to char*, and other similiar one.
Regs
-
December 14th, 2005, 08:57 AM
#17
Re: Regarding Converting of an application to Unicode.
You need not worry about int, bool, BOOL and DWORD. Only character types:
char[] to TCHAR[]
and
char* to TCHAR*
-
December 14th, 2005, 10:42 PM
#18
Re: Regarding Converting of an application to Unicode.
Thanks for clarification.................
Regs
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|