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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. a problem about debug and release

a problem about debug and release

Scheduled Pinned Locked Moved C / C++ / MFC
announcementdebugginghelpquestion
4 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.
  • V Offline
    V Offline
    vctrlao
    wrote on last edited by
    #1

    in debug version of my program the OnKillFocus function of combobox is called,but in its release version this funcion is never called .Can anybody tell me why? PS: the combobox is a child window of a listview control.

    C 1 Reply Last reply
    0
    • V vctrlao

      in debug version of my program the OnKillFocus function of combobox is called,but in its release version this funcion is never called .Can anybody tell me why? PS: the combobox is a child window of a listview control.

      C Offline
      C Offline
      Cedric Moonen
      wrote on last edited by
      #2

      vctrlao wrote:

      in debug version of my program the OnKillFocus function of combobox is called,

      How do you check that it is called or not ?

      Cédric Moonen Software developer
      Charting control [v2.0] OpenGL game tutorial in C++

      V 1 Reply Last reply
      0
      • C Cedric Moonen

        vctrlao wrote:

        in debug version of my program the OnKillFocus function of combobox is called,

        How do you check that it is called or not ?

        Cédric Moonen Software developer
        Charting control [v2.0] OpenGL game tutorial in C++

        V Offline
        V Offline
        vctrlao
        wrote on last edited by
        #3

        I added TRACE0 in this function

        C 1 Reply Last reply
        0
        • V vctrlao

          I added TRACE0 in this function

          C Offline
          C Offline
          Cedric Moonen
          wrote on last edited by
          #4

          Well, check the documentation[^]. TRACE0 does nothing in release mode.

          Cédric Moonen Software developer
          Charting control [v2.0] OpenGL game tutorial in C++

          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