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. BIG OR LITTLE QUESTION?

BIG OR LITTLE QUESTION?

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++debugging
4 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.
  • Z Offline
    Z Offline
    ZBUILDER
    wrote on last edited by
    #1

    Here is the message from VC Debug tool ,Can somebody tell me What does it mean?:eek::eek: First-chance exception in DMSClient.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception. SIMPLE IS BEAUTY

    J B 2 Replies Last reply
    0
    • Z ZBUILDER

      Here is the message from VC Debug tool ,Can somebody tell me What does it mean?:eek::eek: First-chance exception in DMSClient.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception. SIMPLE IS BEAUTY

      J Offline
      J Offline
      jhwurmbach
      wrote on last edited by
      #2

      ZBUILDER wrote: First-chance exception in DMSClient.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception. What does it mean? Some code in Kernel32.dll threw an exception. That is the meaning of that line, and as you choose not to give more information about the context, it is about all one can say about it.

      1 Reply Last reply
      0
      • Z ZBUILDER

        Here is the message from VC Debug tool ,Can somebody tell me What does it mean?:eek::eek: First-chance exception in DMSClient.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception. SIMPLE IS BEAUTY

        B Offline
        B Offline
        Bart Robeyns
        wrote on last edited by
        #3

        A first-change exception normally is not a problem: it's the debugger's opportunity to see an exception before it is being handled by an exception handler (or catch-block). If no exception is propagated to your code, that means the writer of the library has foreseen the possibility of this exception and written an appropriate catch-block. So don't worry about it.

        Z 1 Reply Last reply
        0
        • B Bart Robeyns

          A first-change exception normally is not a problem: it's the debugger's opportunity to see an exception before it is being handled by an exception handler (or catch-block). If no exception is propagated to your code, that means the writer of the library has foreseen the possibility of this exception and written an appropriate catch-block. So don't worry about it.

          Z Offline
          Z Offline
          ZBUILDER
          wrote on last edited by
          #4

          Thank you very much.See you later? SIMPLE IS BEAUTY

          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