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. Debug Assertion Failed????

Debug Assertion Failed????

Scheduled Pinned Locked Moved C / C++ / MFC
debugginghelpquestionannouncement
5 Posts 3 Posters 7 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.
  • D Offline
    D Offline
    Dan Madden
    wrote on last edited by
    #1

    Hi, I am developing an Aplication to watch/manage my IDS Nodes. It runs fine when I run in Release mode. Once I go to Debug I get the Assertion. // Dispatch commands specified on the command line if (!ProcessShellCommand(cmdInfo)) return FALSE; Any help appreciated... Thanks in advance, Dan

    M 1 Reply Last reply
    0
    • D Dan Madden

      Hi, I am developing an Aplication to watch/manage my IDS Nodes. It runs fine when I run in Release mode. Once I go to Debug I get the Assertion. // Dispatch commands specified on the command line if (!ProcessShellCommand(cmdInfo)) return FALSE; Any help appreciated... Thanks in advance, Dan

      M Offline
      M Offline
      Michael Dunn
      wrote on last edited by
      #2

      Where is the assert that's failing. An assert means you have a bug in your code; look for comments at the assert to tell you what it's checking for. --Mike-- http://home.inreach.com/mdunn/ While I can't be correct on all matters, I can make the reassuring claim that where I am inaccurate, I am at least definitively inaccurate. :love: your :bob: with :vegemite: and :beer: Sonork - 100.10414 AcidHelm

      D 1 Reply Last reply
      0
      • M Michael Dunn

        Where is the assert that's failing. An assert means you have a bug in your code; look for comments at the assert to tell you what it's checking for. --Mike-- http://home.inreach.com/mdunn/ While I can't be correct on all matters, I can make the reassuring claim that where I am inaccurate, I am at least definitively inaccurate. :love: your :bob: with :vegemite: and :beer: Sonork - 100.10414 AcidHelm

        D Offline
        D Offline
        Dan Madden
        wrote on last edited by
        #3

        I sent you the Assertion I am getting in a seperate mail. It is failing on...(BTW, this is a SDI Application) // Dispatch commands specified on the command line if (!ProcessShellCommand(cmdInfo)) return FALSE; This doesn't mean it is not my code, but it won't let me debug to find the Assertion...any ideas?? Thanks in advance, Dan

        M 1 Reply Last reply
        0
        • D Dan Madden

          I sent you the Assertion I am getting in a seperate mail. It is failing on...(BTW, this is a SDI Application) // Dispatch commands specified on the command line if (!ProcessShellCommand(cmdInfo)) return FALSE; This doesn't mean it is not my code, but it won't let me debug to find the Assertion...any ideas?? Thanks in advance, Dan

          M Offline
          M Offline
          Michael Dunn
          wrote on last edited by
          #4

          Click Retry when you get the assert-failed message box to drop into the debugger. --Mike-- http://home.inreach.com/mdunn/ While I can't be correct on all matters, I can make the reassuring claim that where I am inaccurate, I am at least definitively inaccurate. :love: your :bob: with :vegemite: and :beer: Sonork - 100.10414 AcidHelm

          L 1 Reply Last reply
          0
          • M Michael Dunn

            Click Retry when you get the assert-failed message box to drop into the debugger. --Mike-- http://home.inreach.com/mdunn/ While I can't be correct on all matters, I can make the reassuring claim that where I am inaccurate, I am at least definitively inaccurate. :love: your :bob: with :vegemite: and :beer: Sonork - 100.10414 AcidHelm

            L Offline
            L Offline
            luckylourson
            wrote on last edited by
            #5

            It has arrived to me a short time ago. The program crashed at the return of a function. I only checked the "link incrementaly" option in debug mode. If it works in release mode...your code is probably not the probleme.

            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