CMFCEditBrowseCtrl does not have a DECLARE_DYNAMIC declaration.ThusIMPLEMENT_DYNAMIC(CMyMFCEditBrowseCtrl, CMFCEditBrowseCtrl)produces a compiler error if _AFXDLL is not defined (i.e. linking mfc statically)(of course writingIMPLEMENT_DYNAMIC(CMyMFCEditBrowseCtrl, CEdit)instead solves the problem)
Visual Studio/Team Foundation Server/.NET Framework Tooling version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results