Search:

Type: Posts; User: SoLoMoN BaNdA

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    13,932

    #define _CRTDBG_MAP_ALLOC should be before all...

    #define _CRTDBG_MAP_ALLOC
    should be before all the header files.

    #include CRTDBG.H should be after all the header files.

    e.g


    #define _CRTDBG_MAP_ALLOC
  2. Replies
    5
    Views
    13,932

    You should define #define _CRTDBG_MAP_ALLOC ...

    You should define

    #define _CRTDBG_MAP_ALLOC

    also check if there is the

    #include <crtdbg.h>
    line.
  3. Yes. that is how you should add the item, because...

    Yes. that is how you should add the item, because for that you have to send all the information about that item.
    But in this case, since you want info rather than send info, you do not have to set...
  4. Try the following. char gbff[300]; DWORD...

    Try the following.

    char gbff[300];
    DWORD dwValue;
    HTREEITEM htree;

    htree=(HTREEITEM)SendMessage(theTreeViewControlHandle,TVM_GETNEXTITEM,(WPARAM)TVGN_ROOT,(LPARAM)htree);...
Results 1 to 4 of 4