BoostTest
代码说明:
说明: 编写过MFC程序的朋友都知道,通过资源编辑器编辑菜单项,设定菜单项ID,然后MFC内部通过该ID来映射菜单命令处理函数和菜单界面更新函数。我设想撇开MFC的资源编辑,在MFC程序中通过xml文件来进行界面配置,然后利用字符串来映射消息处理函数。借助boost库,我实现了这一设想。具体就是在xml文件指定一个字符串,然后通过这个字符串就能找到它的命令消息处理函数和界面更新命令消息处理函数。(MFC write-off procedures friends all know, through the resource editor to edit the menu item, set the menu item ID, and MFC-house by the ID to map menu and menu command handling function update function. I imagine MFC resource editor aside, the MFC program carried out by the interface configuration xml file, and then use the string to map the message processing function. Using boost libraries, I realized that vision. Specific xml file is to specify a string, then the string can find its command message processing functions and interface update command message processing function.)
文件列表:
BoostTest\BoostBind\BaseStruct.h
BoostTest\BoostBind\BoostBind.cpp
BoostTest\BoostBind\BoostBind.h
BoostTest\BoostBind\BoostBind.rc
BoostTest\BoostBind\BoostBind.vcproj
BoostTest\BoostBind\BoostBind.vcproj.PC-200904041752.Administrator.user
BoostTest\BoostBind\BoostBindDoc.cpp
BoostTest\BoostBind\BoostBindDoc.h
BoostTest\BoostBind\BoostBindView.cpp
BoostTest\BoostBind\BoostBindView.h
BoostTest\BoostBind\GlobalMacro.h
BoostTest\BoostBind\MainFrm.cpp
BoostTest\BoostBind\MainFrm.h
BoostTest\BoostBind\ReadMe.txt
BoostTest\BoostBind\res\BoostBind.ico
BoostTest\BoostBind\res\BoostBind.rc2
BoostTest\BoostBind\res\BoostBindDoc.ico
BoostTest\BoostBind\res\Toolbar.bmp
BoostTest\BoostBind\Resource.h
BoostTest\BoostBind\stdafx.cpp
BoostTest\BoostBind\stdafx.h
BoostTest\BoostBind\XmlParse.cpp
BoostTest\BoostBind\XmlParse.h
BoostTest\BoostTest.ncb
BoostTest\BoostTest.sln
BoostTest\BoostTest.suo
BoostTest\ThirdPartyLib\boost\dll\boost_date_time-vc80-mt-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_date_time-vc80-mt-gd-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_filesystem-vc80-mt-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_filesystem-vc80-mt-gd-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_graph-vc80-mt-gd-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_serialization-vc80-mt-gd-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_signals-vc80-mt-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_signals-vc80-mt-gd-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_thread-vc80-mt-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_thread-vc80-mt-gd-1_34_1.dll
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\minmax.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\minmax_element.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\case_conv.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\classification.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\compare.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\concept.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\config.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\constants.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\case_conv.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\classification.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\finder.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\finder_regex.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\find_format.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\find_format_all.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\find_format_store.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\find_iterator.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\formatter.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\formatter_regex.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\predicate.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\replace_storage.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\sequence.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\trim.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\util.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\erase.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\find.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\finder.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\find_format.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\find_iterator.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\formatter.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\iter_find.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\join.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\predicate.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\predicate_facade.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\regex.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\regex_find_format.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\replace.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\sequence_traits.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\split.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\std\list_traits.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\std\rope_traits.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\std\slist_traits.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\std\string_traits.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\std_containers_traits.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\trim.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\yes_no_type.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string_regex.hpp
BoostTest\ThirdPartyLib\boost\include\boost\aligned_storage.hpp
BoostTest\ThirdPartyLib\boost\include\boost\any.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\add_facet.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\archive_exception.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_archive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_binary_iarchive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_binary_iprimitive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_binary_oarchive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_binary_oprimitive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_streambuf_locale_saver.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_text_iarchive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_text_iprimitive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_text_oarchive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_text_oprimitive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_xml_archive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_xml_iarchive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_xml_oarchive.hpp
下载说明:请别用迅雷下载,失败请重下,重下不扣分!