S
sgrm123
Guest
Hi,
I have a class which is derived from CMFCTabCtrl.
CMFCTabCtrl is derived from CMFCBaseTabCtrl.
In my class I am trying to access CMFCBaseTabCtrl's public static variable AFX_TAB_IMAGE_MARGIN but I am getting linker error "error LNK2001: unresolved external symbol "public: static int CMFCBaseTabCtrl::AFX_TAB_IMAGE_MARGIN".
Continue reading...
I have a class which is derived from CMFCTabCtrl.
CMFCTabCtrl is derived from CMFCBaseTabCtrl.
In my class I am trying to access CMFCBaseTabCtrl's public static variable AFX_TAB_IMAGE_MARGIN but I am getting linker error "error LNK2001: unresolved external symbol "public: static int CMFCBaseTabCtrl::AFX_TAB_IMAGE_MARGIN".
Continue reading...