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
R

Ralph Varjabedian

@Ralph Varjabedian
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • MFC dialog problem
    R Ralph Varjabedian

    Try settings the parent to the desktop window, this should fix it use GetDesktopWindow(); Ralph Varjabedian Software Engineer

    C / C++ / MFC question c++ help

  • Debugbuild OK! Release build CRASHES! WHY?
    R Ralph Varjabedian

    Pay Good attention to code that is written in ASSERT statments (or any code/macro that is excuted in debug builds only). This code is only called in Debug Versions. For example if you have something like this CWnd *pWnd = NULL; ASSERT(pWnd = GetDlgItem(ID_ANYTHING)); pWnd->ShowWindow(SW_HIDE); This code will crash under release but will work under debug ;) Change the ASSERT into VERIFY. Ralph Varjabedian Software Engineer

    C / C++ / MFC c++ debugging question announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups