Re: Warnings by compiler regarding ADO

From: Frank Hickman [MVP] (fhickman_NOSP_at_M_noblesoft.com)
Date: 12/23/04


Date: Thu, 23 Dec 2004 10:41:29 -0500

Check out KB http://support.microsoft.com/default.aspx?scid=kb;en-us;253317

-- 
============
Frank Hickman
Microsoft MVP
NobleSoft, Inc.
============
Replace the _nosp@m_ with @ to reply.
"Abdul N K" <abdul_n_khan@hotmail.com> wrote in message 
news:ffe14cf7.0412230054.6df7e14d@posting.google.com...
> In my VisualC++ Project, I used to get the following warning. I am
> using ADO 2.7 I don't know, what is wrong with my ADO
>
> Intermediate\msado27.tlh(407) : warning C4146: unary minus operator
> applied to unsigned type, result still unsigned
>
> Can anyone tell me the reason? 


Relevant Pages

  • Warnings by compiler regarding ADO
    ... In my VisualC++ Project, I used to get the following warning. ... using ADO 2.7 I don't know, what is wrong with my ADO ... applied to unsigned type, result still unsigned ...
    (microsoft.public.data.ado)
  • Re: GCC 3.3.1, new warnings with <limits>
    ... > on an unsigned type which does a < compareison. ... and thus prints out the warning. ... If I take the following preprocessed source and compile it ...
    (freebsd-current)
  • Use Microsoft CDO Example
    ... MSVC 6 on Windows XP. ... warning C4192: automatically excluding 'ISupportErrorInfo' while importing type library ... unary minus operator applied to unsigned type, ...
    (microsoft.public.win32.programmer.messaging)
  • Re: size_t and int comparison
    ... It's giving you a warning because strlen returns a size_t, ... some unsigned type. ... You're comparing it to 'i', ... every time through the loop. ...
    (comp.lang.cpp)
  • Re: [PATCH] i386, nmi: signed vs unsigned mixup
    ... signed and unsigned type in conditional expression (2109 instances ... So for the signedness related warnings we have a total of 14491 warnings. ... warning: ...
    (Linux-Kernel)