Hi,
Thanks for all the inputs to my post about detecting downloadable links. I will try the last two posts.
Now I am using VC++ 6 to compile a program written in VC++ 4. The code should be ok in VC++ 4. However, when I compiled it, I got error C2664:
error C2664: 'DrawTextW' : cannot convert parameter 2 from 'char *' to 'const unsigned short *'
I read MSDN about C2664, it says it is about the conversion from earlier version of VC and read more info from an tech paper. But I don't understand how to fix it.
Anyone has experience about fixing this old --> new conversion?
Thanks
Thanks for all the inputs to my post about detecting downloadable links. I will try the last two posts.
Now I am using VC++ 6 to compile a program written in VC++ 4. The code should be ok in VC++ 4. However, when I compiled it, I got error C2664:
error C2664: 'DrawTextW' : cannot convert parameter 2 from 'char *' to 'const unsigned short *'
I read MSDN about C2664, it says it is about the conversion from earlier version of VC and read more info from an tech paper. But I don't understand how to fix it.
Anyone has experience about fixing this old --> new conversion?
Thanks