swfsource: error2664
-
we are trying compiling swfsource in VC++ .NET. By compiling swfsource we are getting following error: error C2664: 'wcslen' : cannot convert parameter 1 from 'WORD *' to 'const wchar_t *' please help us in removing this error... thanx in advance.. ADARSH and JITESH SEBIZ INFOTECH PVT. LTD., CHANDIGARH.
-
we are trying compiling swfsource in VC++ .NET. By compiling swfsource we are getting following error: error C2664: 'wcslen' : cannot convert parameter 1 from 'WORD *' to 'const wchar_t *' please help us in removing this error... thanx in advance.. ADARSH and JITESH SEBIZ INFOTECH PVT. LTD., CHANDIGARH.
-
can give the full line of the error where wcslen is?? looking at the error, it seems like you are trying to get the length of the word.... if you know wcslen(wide character string); only...just check it out again:-D
thanx to u for replying to me... there is a good news that i succeded in removing that error2664.. the solution to this is to use reinterpret_cast operator which converts one datatype to another... thanx a lot.. regards.. ADARSH SEBIZ INFOTECH PVT. LTD. CHANDIGARH.