在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 用VC2010编译的ActiveMQ-CPP 3.8.2的头文件和库文件

用VC2010编译的ActiveMQ-CPP 3.8.2的头文件和库文件

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:8.84M
  • 下载次数:2
  • 浏览次数:73
  • 发布时间:2021-12-08
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
activemq-cpp 3.8.2和cppunit 1.13.2用vc2010编译,apr的3个组件用vc6编译,activemq-cpp的头文件在activemq-cpp-library-3.8.2-src.zip文件里,DLL和LIB文件在lib目录下。
【实例截图】
【核心代码】
4744302543405993383.rar
└── ActiveMQ-CPP
├── activemq-cpp-example.exe
├── activemq-cpp-library-3.8.2-src.zip
├── apr
│   └── include
│   ├── apr_allocator.h
│   ├── apr_atomic.h
│   ├── apr_dso.h
│   ├── apr_env.h
│   ├── apr_errno.h
│   ├── apr_escape.h
│   ├── apr_escape_test_char.h
│   ├── apr_file_info.h
│   ├── apr_file_io.h
│   ├── apr_fnmatch.h
│   ├── apr_general.h
│   ├── apr_getopt.h
│   ├── apr_global_mutex.h
│   ├── apr.h
│   ├── apr_hash.h
│   ├── apr.h.in
│   ├── apr.hnw
│   ├── apr.hw
│   ├── apr.hwc
│   ├── apr_inherit.h
│   ├── apr_lib.h
│   ├── apr_mmap.h
│   ├── apr_network_io.h
│   ├── apr_poll.h
│   ├── apr_pools.h
│   ├── apr_portable.h
│   ├── apr_proc_mutex.h
│   ├── apr_random.h
│   ├── apr_ring.h
│   ├── apr_shm.h
│   ├── apr_signal.h
│   ├── apr_skiplist.h
│   ├── apr_strings.h
│   ├── apr_support.h
│   ├── apr_tables.h
│   ├── apr_thread_cond.h
│   ├── apr_thread_mutex.h
│   ├── apr_thread_proc.h
│   ├── apr_thread_rwlock.h
│   ├── apr_time.h
│   ├── apr_user.h
│   ├── apr_version.h
│   ├── apr_want.h
│   ├── arch
│   │   ├── aix
│   │   │   └── apr_arch_dso.h
│   │   ├── apr_private_common.h
│   │   ├── beos
│   │   │   ├── apr_arch_dso.h
│   │   │   ├── apr_arch_proc_mutex.h
│   │   │   ├── apr_arch_thread_cond.h
│   │   │   ├── apr_arch_thread_mutex.h
│   │   │   ├── apr_arch_threadproc.h
│   │   │   └── apr_arch_thread_rwlock.h
│   │   ├── darwin
│   │   ├── netware
│   │   │   ├── apr_arch_dso.h
│   │   │   ├── apr_arch_file_io.h
│   │   │   ├── apr_arch_global_mutex.h
│   │   │   ├── apr_arch_internal_time.h
│   │   │   ├── apr_arch_networkio.h
│   │   │   ├── apr_arch_pre_nw.h
│   │   │   ├── apr_arch_proc_mutex.h
│   │   │   ├── apr_arch_thread_cond.h
│   │   │   ├── apr_arch_thread_mutex.h
│   │   │   ├── apr_arch_threadproc.h
│   │   │   ├── apr_arch_thread_rwlock.h
│   │   │   └── apr_private.h
│   │   ├── os2
│   │   │   ├── apr_arch_dso.h
│   │   │   ├── apr_arch_file_io.h
│   │   │   ├── apr_arch_inherit.h
│   │   │   ├── apr_arch_networkio.h
│   │   │   ├── apr_arch_os2calls.h
│   │   │   ├── apr_arch_proc_mutex.h
│   │   │   ├── apr_arch_thread_cond.h
│   │   │   ├── apr_arch_thread_mutex.h
│   │   │   ├── apr_arch_threadproc.h
│   │   │   └── apr_arch_thread_rwlock.h
│   │   ├── os390
│   │   │   └── apr_arch_dso.h
│   │   ├── unix
│   │   │   ├── apr_arch_atomic.h
│   │   │   ├── apr_arch_dso.h
│   │   │   ├── apr_arch_file_io.h
│   │   │   ├── apr_arch_global_mutex.h
│   │   │   ├── apr_arch_inherit.h
│   │   │   ├── apr_arch_internal_time.h
│   │   │   ├── apr_arch_misc.h
│   │   │   ├── apr_arch_networkio.h
│   │   │   ├── apr_arch_poll_private.h
│   │   │   ├── apr_arch_proc_mutex.h
│   │   │   ├── apr_arch_shm.h
│   │   │   ├── apr_arch_thread_cond.h
│   │   │   ├── apr_arch_thread_mutex.h
│   │   │   ├── apr_arch_threadproc.h
│   │   │   └── apr_arch_thread_rwlock.h
│   │   └── win32
│   │   ├── apr_arch_atime.h
│   │   ├── apr_arch_dso.h
│   │   ├── apr_arch_file_io.h
│   │   ├── apr_arch_inherit.h
│   │   ├── apr_arch_misc.h
│   │   ├── apr_arch_networkio.h
│   │   ├── apr_arch_proc_mutex.h
│   │   ├── apr_arch_thread_cond.h
│   │   ├── apr_arch_thread_mutex.h
│   │   ├── apr_arch_threadproc.h
│   │   ├── apr_arch_thread_rwlock.h
│   │   ├── apr_arch_utf8.h
│   │   ├── apr_dbg_win32_handles.h
│   │   └── apr_private.h
│   └── private
├── apr-1.5.0-win32-src.zip
├── apr-iconv
│   └── include
│   ├── api_version.h
│   └── apr_iconv.h
├── apr-iconv-1.2.1-win32-src-r2.zip
├── apr-util
│   └── include
│   ├── apr_anylock.h
│   ├── apr_base64.h
│   ├── apr_buckets.h
│   ├── apr_crypto.h
│   ├── apr_date.h
│   ├── apr_dbd.h
│   ├── apr_dbm.h
│   ├── apr_hooks.h
│   ├── apr_ldap.h
│   ├── apr_ldap.h.in
│   ├── apr_ldap.hnw
│   ├── apr_ldap.hw
│   ├── apr_ldap.hwc
│   ├── apr_ldap_init.h
│   ├── apr_ldap_option.h
│   ├── apr_ldap_rebind.h
│   ├── apr_ldap_url.h
│   ├── apr_md4.h
│   ├── apr_md5.h
│   ├── apr_memcache.h
│   ├── apr_optional.h
│   ├── apr_optional_hooks.h
│   ├── apr_queue.h
│   ├── apr_reslist.h
│   ├── apr_rmm.h
│   ├── apr_sdbm.h
│   ├── apr_sha1.h
│   ├── apr_strmatch.h
│   ├── apr_thread_pool.h
│   ├── apr_uri.h
│   ├── apr_uuid.h
│   ├── apr_xlate.h
│   ├── apr_xml.h
│   ├── apu_errno.h
│   ├── apu.h
│   ├── apu.h.in
│   ├── apu.hnw
│   ├── apu.hw
│   ├── apu.hwc
│   ├── apu_version.h
│   ├── apu_want.h
│   ├── apu_want.h.in
│   ├── apu_want.hnw
│   ├── apu_want.hw
│   └── private
│   ├── apr_crypto_internal.h
│   ├── apr_dbd_internal.h
│   ├── apr_dbd_odbc_v2.h
│   ├── apr_dbm_private.h
│   ├── apu_config.h
│   ├── apu_config.hnw
│   ├── apu_config.hw
│   ├── apu_internal.h
│   ├── apu_select_dbm.h
│   ├── apu_select_dbm.h.in
│   └── apu_select_dbm.hw
├── apr-util-1.5.3-win32-src.zip
├── cppunit
│   └── include
│   ├── cppunit
│   │   ├── AdditionalMessage.h
│   │   ├── Asserter.h
│   │   ├── BriefTestProgressListener.h
│   │   ├── CompilerOutputter.h
│   │   ├── config
│   │   │   ├── config-bcb5.h
│   │   │   ├── config-evc4.h
│   │   │   ├── config-mac.h
│   │   │   ├── config-msvc6.h
│   │   │   ├── CppUnitApi.h
│   │   │   ├── Makefile.am
│   │   │   ├── SelectDllLoader.h
│   │   │   └── SourcePrefix.h
│   │   ├── Exception.h
│   │   ├── extensions
│   │   │   ├── AutoRegisterSuite.h
│   │   │   ├── ExceptionTestCaseDecorator.h
│   │   │   ├── HelperMacros.h
│   │   │   ├── Makefile.am
│   │   │   ├── Orthodox.h
│   │   │   ├── RepeatedTest.h
│   │   │   ├── TestCaseDecorator.h
│   │   │   ├── TestDecorator.h
│   │   │   ├── TestFactory.h
│   │   │   ├── TestFactoryRegistry.h
│   │   │   ├── TestFixtureFactory.h
│   │   │   ├── TestNamer.h
│   │   │   ├── TestSetUp.h
│   │   │   ├── TestSuiteBuilderContext.h
│   │   │   ├── TestSuiteFactory.h
│   │   │   ├── TypeInfoHelper.h
│   │   │   └── XmlInputHelper.h
│   │   ├── Makefile.am
│   │   ├── Message.h
│   │   ├── Outputter.h
│   │   ├── plugin
│   │   │   ├── DynamicLibraryManagerException.h
│   │   │   ├── DynamicLibraryManager.h
│   │   │   ├── Makefile.am
│   │   │   ├── PlugInManager.h
│   │   │   ├── PlugInParameters.h
│   │   │   ├── TestPlugInDefaultImpl.h
│   │   │   └── TestPlugIn.h
│   │   ├── portability
│   │   │   ├── CppUnitDeque.h
│   │   │   ├── CppUnitMap.h
│   │   │   ├── CppUnitSet.h
│   │   │   ├── CppUnitStack.h
│   │   │   ├── CppUnitVector.h
│   │   │   ├── FloatingPoint.h
│   │   │   ├── Makefile.am
│   │   │   └── Stream.h
│   │   ├── Portability.h
│   │   ├── Protector.h
│   │   ├── SourceLine.h
│   │   ├── SynchronizedObject.h
│   │   ├── TestAssert.h
│   │   ├── TestCaller.h
│   │   ├── TestCase.h
│   │   ├── TestComposite.h
│   │   ├── TestFailure.h
│   │   ├── TestFixture.h
│   │   ├── Test.h
│   │   ├── TestLeaf.h
│   │   ├── TestListener.h
│   │   ├── TestPath.h
│   │   ├── TestResultCollector.h
│   │   ├── TestResult.h
│   │   ├── TestRunner.h
│   │   ├── TestSuccessListener.h
│   │   ├── TestSuite.h
│   │   ├── TextOutputter.h
│   │   ├── TextTestProgressListener.h
│   │   ├── TextTestResult.h
│   │   ├── TextTestRunner.h
│   │   ├── tools
│   │   │   ├── Algorithm.h
│   │   │   ├── Makefile.am
│   │   │   ├── StringTools.h
│   │   │   ├── XmlDocument.h
│   │   │   └── XmlElement.h
│   │   ├── ui
│   │   │   ├── Makefile.am
│   │   │   ├── mfc
│   │   │   │   ├── Makefile.am
│   │   │   │   ├── MfcTestRunner.h
│   │   │   │   └── TestRunner.h
│   │   │   ├── qt
│   │   │   │   ├── Config.h
│   │   │   │   ├── Makefile.am
│   │   │   │   ├── QtTestRunner.h
│   │   │   │   └── TestRunner.h
│   │   │   └── text
│   │   │   ├── Makefile.am
│   │   │   ├── TestRunner.h
│   │   │   └── TextTestRunner.h
│   │   ├── XmlOutputter.h
│   │   └── XmlOutputterHook.h
│   ├── Makefile.am
│   └── msvc6
│   ├── DSPlugin
│   │   ├── TestRunnerDSPluginVC6.h
│   │   └── TestRunnerDSPluginVC6_i.c
│   └── testrunner
│   ├── TestPlugInInterface.h
│   └── TestRunner.h
├── cppunit-1.13.2.zip
└── lib
├── activemq-cpp.dll
├── activemq-cpp.lib
├── cppunit_dll.dll
├── cppunit_dll.lib
├── libapr-1.dll
├── libapr-1.lib
├── libaprapp-1.lib
├── libapriconv-1.dll
├── libapriconv-1.lib
├── libaprutil-1.dll
├── libaprutil-1.lib
└── xml.lib

34 directories, 272 files

标签:

实例下载地址

用VC2010编译的ActiveMQ-CPP 3.8.2的头文件和库文件

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警