Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Why STATPROFUIS_WITH_DLLMFC can not use DYNAMIC_BAR? Collapse All
Subject Author Date
jun liu Apr 6, 2005 - 1:23 PM

in the head file:


#if (!defined _AFXDLL || defined __STATPROFUIS_WITH_DLLMFC__)
 #define __EXT_MFC_NO_CUSTOMIZE
 #define __EXT_MFC_NO_DYNAMIC_BAR_SITE
#endif // (defined _AFXDLL && !defined __STATPROFUIS_WITH_DLLMFC__)


Why STATPROFUIS_WITH_DLLMFC can not use DYNAMIC_BAR?


Thanks

Technical Support Apr 7, 2005 - 1:03 PM

The dynamic control bars use a pop-up menu which is stored as a resource inside the library. Statically linked libraries do not contain resources at all and that is why you cannot use dynamic control bars in such projects. Please note that at the moment the dynamic control bars are only available in the intermediate version and they are not yet documented. We might make them available in the static version too in the next major release.