Thread: Cstring instance declared, but "not found" while debugging *IMAGE

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    114

    Wink Cstring instance declared, but "not found" while debugging *IMAGE

    hi, i am some newb in MFC programming now dealing with some problems while learning other's codes



    http://img145.echo.cx/img145/8175/cstring3uk.jpg

    as you can see from the image, i am running debugging mode going step by step up to that yellow arrow (circled in red)
    i noticed that in the "watcher" section at the bottom right it says the symbol "str" is not found
    what puzzles me is that "str" has already been declared already (circled in red) and how is it possible that it cannot be found?
    shouldnt it be some text? or at least empty text "" ?
    i hovered my mouse over "str" and nothing came up
    could it be some declarations i left out? i got no idea

    please advise and enlighten me :wave:

    - winxp
    - VC6.0++, SP5
    - MFC style
    Last edited by hanhao; 06-21-2005 at 02:33 AM.

  2. #2
    Registered User
    Join Date
    Mar 2004
    Posts
    114
    hey thnx for the reply , i discovered that a clean and rebuild did the trick! :clap:

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting an error with OpenGL: collect2: ld returned 1 exit status
    By Lorgon Jortle in forum C++ Programming
    Replies: 6
    Last Post: 05-08-2009, 08:18 PM
  2. <Gulp>
    By kryptkat in forum Windows Programming
    Replies: 7
    Last Post: 01-14-2006, 01:03 PM
  3. Problem with Visual C++ Object-Oriented Programming Book.
    By GameGenie in forum C++ Programming
    Replies: 9
    Last Post: 08-29-2005, 11:21 PM
  4. Please Help - Problem with Compilers
    By toonlover in forum C++ Programming
    Replies: 5
    Last Post: 07-23-2005, 10:03 AM
  5. Nested loop frustration
    By caroundw5h in forum C Programming
    Replies: 14
    Last Post: 03-15-2004, 09:45 PM