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. meaning of stack info in VC6

meaning of stack info in VC6

Scheduled Pinned Locked Moved C / C++ / MFC
data-structuresjsonquestion
2 Posts 2 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.
  • C Offline
    C Offline
    code_discuss
    wrote on last edited by
    #1

    when I break my program and see the stack info, I get something like this: USER32! 77d48734() USER32! 77d4d05b() USER32! 77d4b4c0() USER32! 77d4fd29() I guest it's a name for some function, but what's the name? is it a Win API?

    N 1 Reply Last reply
    0
    • C code_discuss

      when I break my program and see the stack info, I get something like this: USER32! 77d48734() USER32! 77d4d05b() USER32! 77d4b4c0() USER32! 77d4fd29() I guest it's a name for some function, but what's the name? is it a Win API?

      N Offline
      N Offline
      Nemanja Trifunovic
      wrote on last edited by
      #2

      That means you are inside of user32.dll (a part of Windows operating system) which does not ship with debug info and therefore it can't show you anything more meaningful.


      Programming Blog utf8-cpp

      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