Lonko

Forum Replies Created

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • in reply to: VisualGDB with VS2010 and STL containers #2757
    Lonko
    Participant

    Hi,

    for the vector:

    -var-delete “var10”
    ^done,ndeleted=”1″
    -var-delete “var11”
    ^done,ndeleted=”2″
    -var-create –frame 0 –thread 1 – * “vct”
    ^done,name=”var14″,numchild=”1″,value=”{…}”,type=”vector, std::allocator >, std::allocator, std::allocator > > >”,thread-id=”1″,has_more=”0″
    -var-list-children –simple-values “var14” 0 1
    ^done,numchild=”1″,children=[child={name=”var14._Vector_base, std::allocator >, std::allocator, std::allocator > > >”,exp=”_Vector_base, std::allocator >, std::allocator, std::allocator > > >”,numchild=”1″,type=”_Vector_base, std::allocator >, std::allocator, std::allocator > > >”,thread-id=”1″}],has_more=”0″
    -var-list-children –simple-values “var14” 0 1
    ^done,numchild=”1″,children=[child={name=”var14._Vector_base, std::allocator >, std::allocator, std::allocator > > >”,exp=”_Vector_base, std::allocator >, std::allocator, std::allocator > > >”,numchild=”1″,type=”_Vector_base, std::allocator >, std::allocator, std::allocator > > >”,thread-id=”1″}],has_more=”0″
    -var-evaluate-expression “var14._Vector_base, std::allocator >, std::allocator, std::allocator > > >”
    ^done,value=”{…}”
    -var-delete “var9”
    ^done,ndeleted=”3″
    -var-create –frame 0 –thread 1 – * “vct”
    ^done,name=”var15″,numchild=”1″,value=”{…}”,type=”vector, std::allocator >, std::allocator, std::allocator > > >”,thread-id=”1″,has_more=”0″
    -var-list-children –simple-values “var15” 0 1
    ^done,numchild=”1″,children=[child={name=”var15._Vector_base, std::allocator >, std::allocator, std::allocator > > >”,exp=”_Vector_base, std::allocator >, std::allocator, std::allocator > > >”,numchild=”1″,type=”_Vector_base, std::allocator >, std::allocator, std::allocator > > >”,thread-id=”1″}],has_more=”0″
    -var-list-children –simple-values “var15” 0 1
    ^done,numchild=”1″,children=[child={name=”var15._Vector_base, std::allocator >, std::allocator, std::allocator > > >”,exp=”_Vector_base, std::allocator >, std::allocator, std::allocator > > >”,numchild=”1″,type=”_Vector_base, std::allocator >, std::allocator, std::allocator > > >”,thread-id=”1″}],has_more=”0″
    -var-evaluate-expression “var15._Vector_base, std::allocator >, std::allocator, std::allocator > > >”
    ^done,value=”{…}”
    -stack-list-frames –thread 1
    ^done,stack=[frame={level=”0″,addr=”0x0001c5f4″,func=”main”,file=”src/ePayEmbedded.cpp”,fullname=”/tmp/VisualGDB/g/Temp/ePay/ePay/src/ePayEmbedded.cpp”,line=”29″}]
    -stack-list-arguments –thread 1 0
    ^done,stack-args=[frame={level=”0″,args=[name=”argc”,name=”argv”]}]

    For std::string testSTR;
    -var-create –frame 0 –thread 1 – * “testStr”
    ^done,name=”var16″,numchild=”2″,value=”{…}”,type=”Util::string”,thread-id=”1″,has_more=”0″
    -var-list-children –simple-values “var16” 0 2
    ^done,numchild=”2″,children=[child={name=”var16.public”,exp=”public”,numchild=”1″,value=””,thread-id=”1″},child={name=”var16.private”,exp=”private”,numchild=”2″,value=””,thread-id=”1″}],has_more=”0″
    -var-list-children –simple-values “var16.public” 0 1
    ^done,numchild=”1″,children=[child={name=”var16.public.npos”,exp=”npos”,numchild=”0″,value=”4294967295″,type=”const size_t”,thread-id=”1″}],has_more=”0″
    -var-list-children –simple-values “var16.private” 0 2
    ^done,numchild=”2″,children=[child={name=”var16.private._M_dataplus”,exp=”_M_dataplus”,numchild=”2″,type=”basic_string, std::allocator >::_Alloc_hider”,thread-id=”1″},child={name=”var16.private._S_empty_rep_storage”,exp=”_S_empty_rep_storage”,numchild=”4″,type=”size_t [4]”,thread-id=”1″}],has_more=”0″
    -var-evaluate-expression “var16.private._M_dataplus”
    ^done,value=”{…}”
    -var-evaluate-expression “var16.private._S_empty_rep_storage”
    ^done,value=”[4]”
    -var-create –frame 0 –thread 1 – * “testStr”
    ^done,name=”var17″,numchild=”2″,value=”{…}”,type=”Util::string”,thread-id=”1″,has_more=”0″
    -var-list-children –simple-values “var17” 0 2
    ^done,numchild=”2″,children=[child={name=”var17.public”,exp=”public”,numchild=”1″,value=””,thread-id=”1″},child={name=”var17.private”,exp=”private”,numchild=”2″,value=””,thread-id=”1″}],has_more=”0″
    -var-list-children –simple-values “var17.public” 0 1
    ^done,numchild=”1″,children=[child={name=”var17.public.npos”,exp=”npos”,numchild=”0″,value=”4294967295″,type=”const size_t”,thread-id=”1″}],has_more=”0″
    -var-list-children –simple-values “var17.private” 0 2
    ^done,numchild=”2″,children=[child={name=”var17.private._M_dataplus”,exp=”_M_dataplus”,numchild=”2″,type=”basic_string, std::allocator >::_Alloc_hider”,thread-id=”1″},child={name=”var17.private._S_empty_rep_storage”,exp=”_S_empty_rep_storage”,numchild=”4″,type=”size_t [4]”,thread-id=”1″}],has_more=”0″
    -var-evaluate-expression “var17.private._M_dataplus”
    ^done,value=”{…}”
    -var-evaluate-expression “var17.private._S_empty_rep_storage”
    ^done,value=”[4]”
    -var-create –frame 0 –thread 1 – * “vct”
    ^done,name=”var18″,numchild=”1″,value=”{…}”,type=”vector, std::allocator >, std::allocator, std::allocator > > >”,thread-id=”1″,has_more=”0″
    -var-list-children –simple-values “var18” 0 1
    ^done,numchild=”1″,children=[child={name=”var18._Vector_base, std::allocator >, std::allocator, std::allocator > > >”,exp=”_Vector_base, std::allocator >, std::allocator, std::allocator > > >”,numchild=”1″,type=”_Vector_base, std::allocator >, std::allocator, std::allocator > > >”,thread-id=”1″}],has_more=”0″
    -var-list-children –simple-values “var18” 0 1
    ^done,numchild=”1″,children=[child={name=”var18._Vector_base, std::allocator >, std::allocator, std::allocator > > >”,exp=”_Vector_base, std::allocator >, std::allocator, std::allocator > > >”,numchild=”1″,type=”_Vector_base, std::allocator >, std::allocator, std::allocator > > >”,thread-id=”1″}],has_more=”0″
    -var-evaluate-expression “var18._Vector_base, std::allocator >, std::allocator, std::allocator > > >”
    ^done,value=”{…}”
    -stack-list-frames –thread 1
    ^done,stack=[frame={level=”0″,addr=”0x0001c5f4″,func=”main”,file=”src/ePayEmbedded.cpp”,fullname=”/tmp/VisualGDB/g/Temp/ePay/ePay/src/ePayEmbedded.cpp”,line=”29″}]
    -stack-list-arguments –thread 1 0
    ^done,stack-args=[frame={level=”0″,args=[name=”argc”,name=”argv”]}]

    Best regards,
    Alen

    in reply to: IntelliSense error with __null #2746
    Lonko
    Participant

    Oh found where the problem exists, until i have cdefs.h file open i have all those errros.

    But why i went to the file in the first place is because of the anoying
    /* The GNU libc does not support any K&R compilers or the traditional mode
    of ISO C compilers anymore. Check for some of the combinations not
    anymore supported. */
    #if defined __GNUC__ && !defined __STDC__
    # error “You need a ISO C conforming compiler to use the glibc headers”
    #endif

    and it is because __STDC__ is not defined. is this normal?
    Can i define it?

    Regards,

    in reply to: VisualGDB with VS2010 and STL containers #2755
    Lonko
    Participant

    It is a linux embedded project compiled on linux machine with custom toolchain and deployed to an embedded device.
    GDB Version on linux machine is either 7.3 or 7.6, gdbserver is 7.2 and cannot rebuild to a new one… with the toolchain it always fails!

    Best regards,

    in reply to: IntelliSense error with __null #2744
    Lonko
    Participant

    How about these intellisense errors:
    3 IntelliSense: #error directive: “You need a ISO C conforming compiler to use the glibc headers” c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includesyscdefs.h 31 3
    4 IntelliSense: declaration is incompatible with “double acos(double __x)” (declared at line 54) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 54 1
    5 IntelliSense: declaration is incompatible with “double asin(double __x)” (declared at line 56) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 56 1
    6 IntelliSense: declaration is incompatible with “double atan(double __x)” (declared at line 58) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 58 1
    7 IntelliSense: declaration is incompatible with “double atan2(double __y, double __x)” (declared at line 60) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 60 1
    8 IntelliSense: declaration is incompatible with “double cos(double __x)” (declared at line 63) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 63 1
    9 IntelliSense: declaration is incompatible with “double sin(double __x)” (declared at line 65) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 65 1
    10 IntelliSense: declaration is incompatible with “double tan(double __x)” (declared at line 67) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 67 1
    11 IntelliSense: declaration is incompatible with “void sincos(double __x, double *__sinx, double *__cosx)” (declared at line 71) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 71 1
    12 IntelliSense: declaration is incompatible with “double cosh(double __x)” (declared at line 78) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 78 1
    13 IntelliSense: declaration is incompatible with “double sinh(double __x)” (declared at line 80) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 80 1
    14 IntelliSense: declaration is incompatible with “double tanh(double __x)” (declared at line 82) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 82 1
    15 IntelliSense: declaration is incompatible with “double acosh(double __x)” (declared at line 86) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 86 1
    16 IntelliSense: declaration is incompatible with “double asinh(double __x)” (declared at line 88) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 88 1
    17 IntelliSense: declaration is incompatible with “double atanh(double __x)” (declared at line 90) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 90 1
    18 IntelliSense: declaration is incompatible with “double exp(double __x)” (declared at line 96) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 96 1
    19 IntelliSense: declaration is incompatible with “double exp10(double __x)” (declared at line 100) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 100 1
    20 IntelliSense: declaration is incompatible with “double pow10(double __x)” (declared at line 102) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 102 1
    21 IntelliSense: declaration is incompatible with “double frexp(double __x, int *__exponent)” (declared at line 106) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 106 1
    22 IntelliSense: declaration is incompatible with “double ldexp(double __x, int __exponent)” (declared at line 109) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 109 1
    23 IntelliSense: declaration is incompatible with “double log(double __x)” (declared at line 112) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 112 1
    24 IntelliSense: declaration is incompatible with “double log10(double __x)” (declared at line 115) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 115 1
    25 IntelliSense: declaration is incompatible with “double modf(double __x, double *__iptr)” (declared at line 118) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 118 1
    26 IntelliSense: declaration is incompatible with “double expm1(double __x)” (declared at line 122) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 122 1
    27 IntelliSense: declaration is incompatible with “double log1p(double __x)” (declared at line 125) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 125 1
    28 IntelliSense: declaration is incompatible with “double logb(double __x)” (declared at line 128) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 128 1
    29 IntelliSense: declaration is incompatible with “double exp2(double __x)” (declared at line 133) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 133 1
    30 IntelliSense: declaration is incompatible with “double log2(double __x)” (declared at line 136) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 136 1
    31 IntelliSense: declaration is incompatible with “double pow(double __x, double __y)” (declared at line 143) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 143 1
    32 IntelliSense: declaration is incompatible with “double sqrt(double __x)” (declared at line 146) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 146 1
    33 IntelliSense: declaration is incompatible with “double hypot(double __x, double __y)” (declared at line 150) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 150 1
    34 IntelliSense: declaration is incompatible with “double cbrt(double __x)” (declared at line 155) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 155 1
    35 IntelliSense: declaration is incompatible with “double ceil(double __x)” (declared at line 162) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 162 1
    36 IntelliSense: declaration is incompatible with “double fabs(double __x)” (declared at line 165) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 165 1
    37 IntelliSense: declaration is incompatible with “double floor(double __x)” (declared at line 168) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 168 1
    38 IntelliSense: declaration is incompatible with “double fmod(double __x, double __y)” (declared at line 171) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 171 1
    39 IntelliSense: declaration is incompatible with “int __isinf(double __value)” (declared at line 176) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 176 1
    40 IntelliSense: declaration is incompatible with “int __finite(double __value)” (declared at line 179) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 179 1
    41 IntelliSense: declaration is incompatible with “int isinf(double __value)” (declared at line 184) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 184 1
    42 IntelliSense: declaration is incompatible with “int finite(double __value)” (declared at line 187) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 187 1
    43 IntelliSense: declaration is incompatible with “double drem(double __x, double __y)” (declared at line 190) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 190 1
    44 IntelliSense: declaration is incompatible with “double significand(double __x)” (declared at line 194) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 194 1
    45 IntelliSense: declaration is incompatible with “double copysign(double __x, double __y)” (declared at line 199) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 199 1
    46 IntelliSense: declaration is incompatible with “double nan(const char *__tagb)” (declared at line 204) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 204 1
    47 IntelliSense: declaration is incompatible with “int __isnan(double __value)” (declared at line 209) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 209 1
    48 IntelliSense: declaration is incompatible with “int isnan(double __value)” (declared at line 213) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 213 1
    49 IntelliSense: declaration is incompatible with “double j0(double)” (declared at line 216) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 216 1
    50 IntelliSense: declaration is incompatible with “double j1(double)” (declared at line 217) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 217 1
    51 IntelliSense: declaration is incompatible with “double jn(int, double)” (declared at line 218) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 218 1
    52 IntelliSense: declaration is incompatible with “double y0(double)” (declared at line 219) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 219 1
    53 IntelliSense: declaration is incompatible with “double y1(double)” (declared at line 220) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 220 1
    54 IntelliSense: declaration is incompatible with “double yn(int, double)” (declared at line 221) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 221 1
    55 IntelliSense: declaration is incompatible with “double erf(double)” (declared at line 227) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 227 1
    56 IntelliSense: declaration is incompatible with “double erfc(double)” (declared at line 228) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 228 1
    57 IntelliSense: declaration is incompatible with “double lgamma(double)” (declared at line 229) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 229 1
    58 IntelliSense: declaration is incompatible with “double tgamma(double)” (declared at line 233) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 233 1
    59 IntelliSense: declaration is incompatible with “double gamma(double)” (declared at line 238) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 238 1
    60 IntelliSense: expected a ‘;’ c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 245 1
    61 IntelliSense: declaration is incompatible with “double rint(double __x)” (declared at line 252) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 252 1
    62 IntelliSense: declaration is incompatible with “double nextafter(double __x, double __y)” (declared at line 255) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 255 1
    63 IntelliSense: declaration is incompatible with “double nexttoward(double __x, long double __y)” (declared at line 257) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 257 1
    64 IntelliSense: declaration is incompatible with “double remainder(double __x, double __y)” (declared at line 261) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 261 1
    65 IntelliSense: declaration is incompatible with “double scalb(double __x, double __n)” (declared at line 265) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 265 1
    66 IntelliSense: declaration is incompatible with “double scalbn(double __x, int __n)” (declared at line 270) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 270 1
    67 IntelliSense: declaration is incompatible with “int ilogb(double __x)” (declared at line 274) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 274 1
    68 IntelliSense: declaration is incompatible with “double scalbln(double __x, long __n)” (declared at line 279) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 279 1
    69 IntelliSense: declaration is incompatible with “double nearbyint(double __x)” (declared at line 283) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 283 1
    70 IntelliSense: declaration is incompatible with “double round(double __x)” (declared at line 287) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 287 1
    71 IntelliSense: declaration is incompatible with “double trunc(double __x)” (declared at line 291) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 291 1
    72 IntelliSense: declaration is incompatible with “double remquo(double __x, double __y, int *__quo)” (declared at line 296) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 296 1
    73 IntelliSense: declaration is incompatible with “long lrint(double __x)” (declared at line 303) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 303 1
    74 IntelliSense: declaration is incompatible with “long long llrint(double __x)” (declared at line 304) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 304 1
    75 IntelliSense: declaration is incompatible with “long lround(double __x)” (declared at line 308) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 308 1
    76 IntelliSense: declaration is incompatible with “long long llround(double __x)” (declared at line 309) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 309 1
    77 IntelliSense: declaration is incompatible with “double fdim(double __x, double __y)” (declared at line 313) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 313 1
    78 IntelliSense: declaration is incompatible with “double fmax(double __x, double __y)” (declared at line 316) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 316 1
    79 IntelliSense: declaration is incompatible with “double fmin(double __x, double __y)” (declared at line 319) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 319 1
    80 IntelliSense: declaration is incompatible with “int __fpclassify(double __value)” (declared at line 323) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 323 1
    81 IntelliSense: declaration is incompatible with “int __signbit(double __value)” (declared at line 327) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 327 1
    82 IntelliSense: declaration is incompatible with “double fma(double __x, double __y, double __z)” (declared at line 332) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207002sys-includebitsmathcalls.h 332 1
    83 IntelliSense: the global scope has no “acosf” c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207001c++cmath 107 13
    84 IntelliSense: the global scope has no “asinf” c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207001c++cmath 110 13
    85 IntelliSense: the global scope has no “atanf” c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207001c++cmath 113 13
    86 IntelliSense: the global scope has no “atan2f” c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207001c++cmath 116 13
    87 IntelliSense: the global scope has no “ceilf” c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207001c++cmath 119 13
    88 IntelliSense: the global scope has no “coshf” c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207001c++cmath 122 13
    89 IntelliSense: the global scope has no “expf” c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207001c++cmath 125 13
    90 IntelliSense: the global scope has no “floorf” c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207001c++cmath 128 13
    91 IntelliSense: the global scope has no “fmodf” c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207001c++cmath 131 13
    92 IntelliSense: the global scope has no “frexpf” c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207001c++cmath 134 13
    93 IntelliSense: the global scope has no “ldexpf” c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207001c++cmath 137 13
    94 IntelliSense: the global scope has no “logf” c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207001c++cmath 140 13
    95 IntelliSense: the global scope has no “log10f” c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207001c++cmath 143 13
    96 IntelliSense: the global scope has no “modff” c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207001c++cmath 146 13
    97 IntelliSense: the global scope has no “powf” c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207001c++cmath 149 13
    98 IntelliSense: the global scope has no “sinhf” c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207001c++cmath 152 13
    99 IntelliSense: the global scope has no “tanf” c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207001c++cmath 155 13
    100 IntelliSense: the global scope has no “tanhf” c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207001c++cmath 158 13
    101 IntelliSense: declaration is incompatible with “float acos” (declared at line 190) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207001c++cmath 197 3
    102 IntelliSense: declaration is incompatible with “float asin” (declared at line 200) c:usersuporabnikappdatalocalvisualgdbremotesourcecache192.168.3.207001c++cmath 204 3

Viewing 4 posts - 16 through 19 (of 19 total)