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. Software error running a Visual C++ application

Software error running a Visual C++ application

Scheduled Pinned Locked Moved C / C++ / MFC
c++debugginghelpquestion
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.
  • S Offline
    S Offline
    satcat
    wrote on last edited by
    #1

    I've done a speech application in Visual C++ 6 and it builds ok but when I run it I get this error message: Debug Error! DAMAGE:after Normal block (#68) at 0x00374420. Please Retry to debug the application. And it gives me Cancel, Ignore or Retry options. If I Retry in that MessageBox, I get the error: unknown software exception (0x80000003) in direction 0x1021376f I've installed SAPI 4 and TTS L&H 3000 and I don't know why I get this software exception (I think these are the software what I have to install so my application runs). Any suggestion? What's wrong? How could I find the trouble in the code? Thank in advance! I have no idea :doh:

    J M 2 Replies Last reply
    0
    • S satcat

      I've done a speech application in Visual C++ 6 and it builds ok but when I run it I get this error message: Debug Error! DAMAGE:after Normal block (#68) at 0x00374420. Please Retry to debug the application. And it gives me Cancel, Ignore or Retry options. If I Retry in that MessageBox, I get the error: unknown software exception (0x80000003) in direction 0x1021376f I've installed SAPI 4 and TTS L&H 3000 and I don't know why I get this software exception (I think these are the software what I have to install so my application runs). Any suggestion? What's wrong? How could I find the trouble in the code? Thank in advance! I have no idea :doh:

      J Offline
      J Offline
      John R Shaw
      wrote on last edited by
      #2

      satcat wrote: How could I find the trouble in the code? The SDK contains some functions to help with problems like these, I never use them. There are articles at codeproject on this subject. You could download a demo version of one of the memory validator programs: There's an add for "Memory Validator" at codeproject some where, I use "Bounds Checker". I recommend the book "Programming Applications for Microsoft Windows", must have for advanced programming. Good luck! INTP

      1 Reply Last reply
      0
      • S satcat

        I've done a speech application in Visual C++ 6 and it builds ok but when I run it I get this error message: Debug Error! DAMAGE:after Normal block (#68) at 0x00374420. Please Retry to debug the application. And it gives me Cancel, Ignore or Retry options. If I Retry in that MessageBox, I get the error: unknown software exception (0x80000003) in direction 0x1021376f I've installed SAPI 4 and TTS L&H 3000 and I don't know why I get this software exception (I think these are the software what I have to install so my application runs). Any suggestion? What's wrong? How could I find the trouble in the code? Thank in advance! I have no idea :doh:

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

        satcat wrote: DAMAGE:after Normal block (#68) at 0x00374420 That means you allocated a block of memory, then wrote past the end of the block. --Mike-- Ericahist | CP SearchBar v2.0.2 | Homepage | 1ClickPicGrabber New v2.0.1! | RightClick-Encrypt There is a saying in statistics that a million monkeys pounding on typewriters would eventually create a work of Shakespeare. Thanks to the Internet, we now know that this is not true.

        S 1 Reply Last reply
        0
        • M Michael Dunn

          satcat wrote: DAMAGE:after Normal block (#68) at 0x00374420 That means you allocated a block of memory, then wrote past the end of the block. --Mike-- Ericahist | CP SearchBar v2.0.2 | Homepage | 1ClickPicGrabber New v2.0.1! | RightClick-Encrypt There is a saying in statistics that a million monkeys pounding on typewriters would eventually create a work of Shakespeare. Thanks to the Internet, we now know that this is not true.

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

          Yes, thank u :) It's right now!!:-D

          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