Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Solution ot the following error

Solution ot the following error

Scheduled Pinned Locked Moved C / C++ / MFC
data-structuresbeta-testinghelpcode-review
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Maynka
    wrote on last edited by
    #1

    Though MSDN explains the following error it doesn't give any solution,any pointers on this Expression Evaluator Error CXX0069 Send Feedback variable needs stack frame The expression evaluator cannot evaluate the variable because it does not occur in a stack frame. This can be caused by variables declared as part of an inline function. Thanks

    S D 2 Replies Last reply
    0
    • M Maynka

      Though MSDN explains the following error it doesn't give any solution,any pointers on this Expression Evaluator Error CXX0069 Send Feedback variable needs stack frame The expression evaluator cannot evaluate the variable because it does not occur in a stack frame. This can be caused by variables declared as part of an inline function. Thanks

      S Offline
      S Offline
      ShilpiP
      wrote on last edited by
      #2

      Check out [^]

      Yes U Can ...If U Can ,Dream it , U can do it ...ICAN

      M 1 Reply Last reply
      0
      • S ShilpiP

        Check out [^]

        Yes U Can ...If U Can ,Dream it , U can do it ...ICAN

        M Offline
        M Offline
        Maynka
        wrote on last edited by
        #3

        I am getting this error in file afxcoll.inl in the following function and the code is breaking here,i am using Visual Studio 2005: AFXCOLL_INLINE INT_PTR CPtrArray::Add(void* newElement) { INT_PTR nIndex = m_nSize; SetAtGrow(nIndex, newElement); return nIndex; } The link you gave doesn't seem to be of any help. Regards, Mayank

        S 2 Replies Last reply
        0
        • M Maynka

          I am getting this error in file afxcoll.inl in the following function and the code is breaking here,i am using Visual Studio 2005: AFXCOLL_INLINE INT_PTR CPtrArray::Add(void* newElement) { INT_PTR nIndex = m_nSize; SetAtGrow(nIndex, newElement); return nIndex; } The link you gave doesn't seem to be of any help. Regards, Mayank

          S Offline
          S Offline
          ShilpiP
          wrote on last edited by
          #4

          Pls send me ur code. bcoz this is #include file.pls debug it properly. are u using some add function in ur code ? please check it.

          Yes U Can ...If U Can ,Dream it , U can do it ...ICAN

          1 Reply Last reply
          0
          • M Maynka

            I am getting this error in file afxcoll.inl in the following function and the code is breaking here,i am using Visual Studio 2005: AFXCOLL_INLINE INT_PTR CPtrArray::Add(void* newElement) { INT_PTR nIndex = m_nSize; SetAtGrow(nIndex, newElement); return nIndex; } The link you gave doesn't seem to be of any help. Regards, Mayank

            S Offline
            S Offline
            ShilpiP
            wrote on last edited by
            #5

            Can u pls check that the variable u declared locally is exceeded a bound.:)

            Yes U Can ...If U Can ,Dream it , U can do it ...ICAN

            1 Reply Last reply
            0
            • M Maynka

              Though MSDN explains the following error it doesn't give any solution,any pointers on this Expression Evaluator Error CXX0069 Send Feedback variable needs stack frame The expression evaluator cannot evaluate the variable because it does not occur in a stack frame. This can be caused by variables declared as part of an inline function. Thanks

              D Offline
              D Offline
              David Crow
              wrote on last edited by
              #6

              Unless the program being debugged is currently executing in the scope of the variable, the variable value will display said error.


              "A good athlete is the result of a good and worthy opponent." - David Crow

              "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups