CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: nageshshugar

Search: Search took 0.02 seconds.

  1. Re: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2'

    Hi Lindley,

    Thanks for suggesting solution for the earlier errors.
    when i set _HAS_ITERATOR_DEBUGGING flag those errors not coming but now its giving opposite errors as:...
  2. Re: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2'

    one more thing,

    Earlier i was also included _HAS_ITERATOR_DEBUGGING=0 , due to this total 6 same errors were coming. So i tried to removing it & now still getting 2 above errors.
  3. mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2'

    Hi,

    While creating .exe project in VS2010, I'm getting the following errors:

    libboost_thread-vc100-mt-gd-1_43.lib(thread.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL':...
  4. Re: NDEBUG must not be defined when _DEBUG is defined

    Hi ,

    I didn't change any preprocessors. The Preprocessors in KsmXmlXalan.obj.rsp, KsmXalan.obj.rsp, KsmXml.obj.rsp are as below:
    BOOST__STDC_CONSTANT_MACROS_DEFINED
    NDEBUG
    NOMINMAX ...
  5. NDEBUG must not be defined when _DEBUG is defined

    HI,

    Im getting an error while creating an .exe project. The error is :
    Compiling...
    1> KsmXmlXalan.cpp
    1>c:\newdir\xalan-c-r786300\inc\xalanc\include\vcppdefinitions.hpp(73): fatal error...
  6. Replies
    6
    Views
    5,813

    Re: error C2061: syntax error

    Hi Paul,

    Yes, your right that in 'C' language there is no bool type, but after getting information from my colleague i came to know that if compile as C++ code(/TP) in...
  7. Replies
    6
    Views
    5,813

    Re: error C2061: syntax error

    Hi,
    Again this is Nagesh.

    Related to the above error, if i remove the preprocessor NDEBUG then its showing those errors in the previous post.
    If i include NDEBUG then its giving other errors...
  8. Replies
    6
    Views
    5,813

    error C2061: syntax error

    Hi,

    I am creating an .exe project in VS. In that i have included all the files related to it.
    I am getting errors in two files: tidy.c and lexer.c
    --> The errors in tidy.c are as below:...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured