Re: How to allow Warning level about from 'unsigned char *' to 'const char *'
- From: "boki" <bokiteam@xxxxxxxxxxxxxx>
- Date: Tue, 12 Apr 2005 19:50:47 +0800
Finally, I found my problem.
When I run it in single C file, it works... when I copy & paste into a CPP
of workspace, it fail.
Thanks!
Best regards,
Boki.
"um" <dont_email@xxxxxxxxxx> ¼¶¼g©ó¶l¥ó·s»D:ONtzYvxPFHA.3292@xxxxxxxxxxxxxxxxxxxxxxx
> "boki" <bokiteam@xxxxxxxxxxxxxx> wrote in message
> news:4c3c095a.0504111713.1ec0e10b@xxxxxxxxxxxxxxxxxxxxx
>> Hi All,
>> I change my work PC to another one, but in this IDE, the same
>> source code runnable in another one, here it shows:
>>
>> cannot convert parameter 1 from 'unsigned char *' to 'const char *'
>>
>> How can I allow these Warning to run my program again?
>>
>> Thanks a lot!
>>
>> Best regards,
>> Boki.
>
> Most probably there are header file version differences. For example
> one uses older VC98 include files, and the other has either newer
> include files and/or has additionally the Platform SDK installed, which
> replaces some older include files. In newer include files the type checks
> are stronger.
>
>
.
- References:
- Prev by Date: How to declare pointers to virtual base class methods ?
- Next by Date: Re: How to allow Warning level about from 'unsigned char *' to 'const char *'
- Previous by thread: Re: How to allow Warning level about from 'unsigned char *' to 'const char *'
- Next by thread: Re: How to allow Warning level about from 'unsigned char *' to 'const char *'
- Index(es):
Relevant Pages
|