Sunday, February 27, 2011

Error : cannot convert parameter 1 from WCHAR[20] to const char*

Solution:
this error comes when we use strlen so istead of uisng strlen we shoulc use wcslen which suitable for wide character operations.

No comments:

Post a Comment

Thank you for Commenting Will reply soon ......

Featured Posts

#Linux Commands Unveiled: #date, #uname, #hostname, #hostid, #arch, #nproc

 #Linux Commands Unveiled: #date, #uname, #hostname, #hostid, #arch, #nproc Linux is an open-source operating system that is loved by millio...