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
Printable View
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
You need not worry about int, bool, BOOL and DWORD. Only character types:
char[] to TCHAR[]
and
char* to TCHAR*
Thanks for clarification.................
Regs