Search:

Type: Posts; User: Ravikant

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,487

    Problem with create style of CChildFrame

    To reproduce the assertion:

    Just create a new project and inherit the view class with CSrcollView. Extend your classes with
    CMDIFrameWndEx, CMDIChildWndEx, CWinAppEx
    repectively. Set scroll...
  2. Replies
    2
    Views
    2,487

    Problem with create style of CChildFrame

    I am creating MDI project using extended classes : CMDIFrameWndExCWinAppExCMDIChildWndExMy view class is derived from CScrollView.Code is working fine if I don't apply any style to Child window in...
  3. Replies
    11
    Views
    13,397

    I already checked this. Output name is different...

    I already checked this. Output name is different in both configuration.

    One more thing to state that may help you to find problem is that if I include afx.h instead of stdafx in my file then it...
  4. Replies
    11
    Views
    13,397

    I have defined CString (typedef...

    I have defined CString (typedef CObjectSimple<pString> CString;) in header file A which is included in header file B. I have included header file B in my app ( code is given above)

    I commented the...
  5. Replies
    11
    Views
    13,397

    error C2872: 'CString' : ambiguous symbol

    Hi
    Thanks for your reply
    Answers to your questions are:

    I tried to reorder header files but no success.
    If i remove certain header files then i am getting lot of undeclared errors.
    Somewhere...
  6. Replies
    11
    Views
    13,397

    Thanks for ur reply. But i didn't get from line...

    Thanks for ur reply.
    But i didn't get from line :
    Sometimes this will require a 'forward declaration' of an object (declare the object as a stub, which is later over-written by a full decalration)....
  7. Replies
    11
    Views
    13,397

    error C2872: 'CString' : ambiguous symbol

    I am building a project in which 1 other project is also included. My both projects are built with "Use MFC in a Static Library" and 'MT' options. My second project is a library which is compiled...
Results 1 to 7 of 7