| 网管联盟 | 网管论坛 | 网管u家 | 网管博客 | 网管软件 | 网管求职 | 小游戏 | 网管搜索 | 网管原创 | 网管聚合 | 网管读摘 | 网管焦点 | 世界素材 | 会员投稿 | 会员中心 |
![]() |
| Windows Linux Cisco 网络技术 数据库 黑客攻防 DotNet Java PHP 认证 新闻资讯 服务器 存储资讯 网络设备 网管学堂 技术专题 焦点 网吧频道 |
在vc.net 2003下利用OpenOffice的SDK开发应用程序,其实很简单,看下面的配置方法。
网管联盟bitsCN@com
需求软件: 网管u家u.bitscn@com
MS Visual C++ Net 2003
OpenOffice SDK 网管u家u.bitscn@com
OpenOffice.org 2.1.x 或者更高版本
软件下载地址:
OpenOffice SDK 下载地址:http://download.openoffice.org/index.html
中国网管论坛bbs.bitsCN.com
OpenOffice.org 2.1.x下载地址: http://download.openoffice.org/index.html 中国网管联盟bitsCN.com
配置操作:
网管下载dl.bitscn.com
1.安装 OpenOffice. 网管联盟bitsCN@com
2.安装l OpenOffice SDK
3.在OpenOffice SDK的安装目录下(<oo_sdk_path>)创建一个名称为inludecpp目录 网管论坛bbs_bitsCN_com
4.打开命令行程序(CMD)进入 <oo_sdk_path>\\windows\\bin目录,然后执行如下命令:
网管联盟bitsCN@com
cppumaker -BUCR -O <oo_sdk_path>\\includecpp <office_programm_dir>\\types.rdb 5 配置VC++.net: 5.1. Tools ->Options->Projects->VC++ Directories -> Include Files Add \\include directory and <oo_sdk_path>\\includecpp
5.2. Tools ->Options->Projects->VC++ Directories -> Library files Add <oo_sdk_path>\\windows\\lib directory
5.3. Tools ->Options->Projects->VC++ Directories -> Executable files Add <office_programm_dir>\\program directory (location where you installed the version of the OpenOffice)
5.4 Open the Project Settings
5.4.1 Change Configuration to all All Configurations (the combobox in the left corner of the window)
网管网www_bitscn_com
5.4.2 Add the additional libraries 网管u家u.bitsCN.com
Properties->Linker->ComandLine in the Additional Options tab the library files isal.lib icppu.lib icppuhelper.lib isal.lib isalhelper.lib ireg.lib irmcxt.lib stlport_vc71.li
网管联盟bitsCN@com
|
0
|
评论加载中…