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

rayjoslyn

@rayjoslyn
About
Posts
10
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • toolbars retain old settings
    R rayjoslyn

    It is my class with a base class of CMFCToolBar

    C / C++ / MFC c++ windows-admin question

  • toolbars retain old settings
    R rayjoslyn

    By changes, I mean say if I add a button to a toolbar it doesn't show up unless I delete these setting in the registry. So where or how do I keep it from loading the customized layout if I make changes to my toolbar?

    C / C++ / MFC c++ windows-admin question

  • toolbars retain old settings
    R rayjoslyn

    I have an MFC program using CMFCToolBars. The toolbar settings are getting saved and read from the registry fine. However when I make changes to the toolbar, re-compile and run the program, it doesn't see these new changes unless I go into the registry and delete the HKEY_CURRENT_USER\Software\MyProgram\settings key. What should I be doing to keep this from happening? Thanks Ray

    C / C++ / MFC c++ windows-admin question

  • break point not hit in release mode
    R rayjoslyn

    Ok, I have decided that the code is getting executed, its just that when I step through in release mode it doesn't show me the actual steps it is taking nor are the value of the variables in the debugger valid. So back to my problem that prompted this message. My program gets an exception in release mode but not in debug, but if I can't step through the program or rely on the debug variables in release mode, then how do I find out what is causing the exception? I've turning on the debugging information /Zi, turned off optimization, and turned on generate debug info in the linker. Still can get no usefull info from the debugger in release mode. Any ideas? Ray

    C / C++ / MFC c++ windows-admin debugging question announcement

  • break point not hit in release mode
    R rayjoslyn

    Ok, I have decided that the code is getting executed, its just that when I step through in release mode it doesn't show me the actual steps it is taking nor are the value of the variables in the debugger valid. So back to my problem that prompted this message. My program gets an exception in release mode but not in debug, but if I can't step through the program or rely on the debug variables in release mode, then how do I find out what is causing the exception? Anyone??? Ray

    C / C++ / MFC c++ windows-admin debugging question announcement

  • break point not hit in release mode
    R rayjoslyn

    My problem is that it never goes to this code in release mode. I've put a break point on it and it never hits it.

    C / C++ / MFC c++ windows-admin debugging question announcement

  • break point not hit in release mode
    R rayjoslyn

    Yes I have disabled the optimization. Thanks for the input, but why is it still not executing this part of the code? Ray

    C / C++ / MFC c++ windows-admin debugging question announcement

  • break point not hit in release mode
    R rayjoslyn

    I have some code that is not getting executed in release mode. The code is in appui3.cpp in microsofts library. The method is GetProfileInt. I am trying to read some prefereces from the registry. It is working in debug mode, but in release it doesn't seem to be going to the method therefore I am not getting expected data. I am compiling with the /ZI switch for debug info in release mode also. Using VS2008. Any ideas? Thanks Ray

    C / C++ / MFC c++ windows-admin debugging question announcement

  • release mode crashes when creating tool bar
    R rayjoslyn

    BOOL result = tb->CreateEx( this ,TBSTYLE_TRANSPARENT | TBSTYLE_FLAT ,WS_CHILD | WS_VISIBLE | CBRS_TOP | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) ,toolBarBorder ,TB_ID); For some reason this crashes in release mode but not debug, where should I be looking for some un-initialized pointers. I can't seem to isolate where it is happening. Can anyone give me some pointers? Using VS2008, by the way no crashes in release or debug in VS2003 Thanks Ray

    C / C++ / MFC debugging question announcement

  • get date stamp on current running exe
    R rayjoslyn

    How can I get the date stamp of my running executable? Ray

    C / C++ / MFC question
  • Login

  • Don't have an account? Register

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