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
helpc++debuggingquestion
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.
  • P Offline
    P Offline
    pavan kumar
    wrote on last edited by
    #1

    :confused:i tried to register a .dll and i got the the following error : Debug Assertion Failed! Program:......REGSVR32.EXE File: OLEFACT.CPP Line: 122 can anybody help me out of what is the problem pavan

    B 1 Reply Last reply
    0
    • P pavan kumar

      :confused:i tried to register a .dll and i got the the following error : Debug Assertion Failed! Program:......REGSVR32.EXE File: OLEFACT.CPP Line: 122 can anybody help me out of what is the problem pavan

      B Offline
      B Offline
      Brad Sokol
      wrote on last edited by
      #2

      Debug assertions typically aren't compiled into release code, so this likely is in the DLL rather than regsvr32.exe. As well, olefact.cpp is an MFC file, so likely not part of regsvr32.exe. Try running the whole thing under the debugger so that you can break when the assertion trips and look at the call stack. Brad

      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