 |
自动增加 Build 次数的 VC 插件
|
|
| |
| 自动增加 Build 次数的 VC 插件,使用方法
1.解开包,打开那个workspace,编译,release生成一个dll,放到一个固定的目录
2.右键vc工具栏,自定义,addins¯os里选择这个dll
3.你以后的每个工程编译之后就会有一个autobuild.h文件,缺省不自动增长,
4.打开autobuild.h,将INCREMENT_BUILD_NUM的值改为TRUE
5.Rebuild all你的工程
|
|
| 作者:不祥 Bccv张贴于2004-04-01 01:43:39.0,共阅读4993次,回复5次 |
|
|
 |
about Visual Assist6
|
|
| |
| 我安装了Visual Assist 6 for VC后一运行VC就出现错误,然后VC被关闭,WHY?????
|
|
| 作者:不祥 haorui张贴于2004-12-18 05:00:46.0,共阅读3030次,回复1次 |
|
|
 |
Microsoft Visual C++ Toolkit 2003
|
|
| |
| 自己下吧.速度很快的
|
|
| 作者:不祥 Bccv张贴于2004-04-19 16:40:47.0,共阅读6999次,回复8次 |
|
|
 |
Visual Assist.net
|
|
| |
| Visual Assist.net,可以使用在vs.net 2003版上。
|
|
| 作者:不祥 brucewww张贴于2004-04-19 13:31:36.0,共阅读2499次,回复0次 |
|
|
 |
短信收发控件
|
|
| |
| 文件说明:
SMSCOM 使用方法:
1、 COPY SMSCOM.OCX 至 system 目录。
然后运行 regsvr32 SMSCOM.OCX
2、把SMSCOM控件加入工程文件(PROJECT)。
3、控件功能函数:
1) 初始化设备
short InitDevice(short nPort, short nBaud, short nType);
--- nPort :串口号 物理端口(1、2、...)
--- nBaud :波特率 9600
--- nType :设备类型 0 ( 0 - PDU 模式, 1- Text 模式 )
2) 发送短信
short SendMsg(LPCTSTR szPhone, LPCTSTR szText);
--- szPhone: 接收手机号 格式 "13xxxxxxxxx"或"8613xxxxxxxxx"
--- szText : 短信息内容 长度不超过70汉字,160字符.
3) 短信事件函数
short OnSMSEvent( short nID , BSTR szPhone, BSTR szText, BSTR szTime)
--- nID : 事件ID
--- szPhone : ...
|
|
| 作者:不祥 iter张贴于2004-03-31 18:55:39.0,共阅读3424次,回复0次 |
|
|
 |
皮肤软件ActiveSkin4
|
|
| |
![工具快照[41,800字节]](/upload/2004/03/1006.gif)
|
| |
| ActiveSkin4可以替你的软件作“换肤手术”,可以更换软件的外观,形状、颜色以及看起来的感觉。让软件界面不一定是长方形的,也可以是圆形、椭圆形或者不规则形状。不只是主窗口画面可以做变化,连软件的其他设定画面、对话框等等也都可以依照你的意思来设计,半透明、阴影等效果都可以。你还可以把软件设计得像是mac、unix等其他操作系统的软件的样子。
设计步骤有四个:
先用绘图软件画出一张图,并且储存成bmp格式。
用文本编辑软件编辑一个skin.xml文件。
用visual basic设计一个对话框,并且把activeskin control放进去。你必须把skinpath指定到放skin文件的位置。
编辑activeskin control的onskinnotify。
注意:安装后请先执行install.bat,然后才能开始使用。系统要求:visual basic 6.0 runtime module。
|
|
| 作者:不祥 iter张贴于2004-03-30 15:38:56.0,共阅读3002次,回复0次 |
|
|
 |
CppDoc
|
|
| |
![工具快照[42,079字节]](/upload/2004/03/1016779865633.jpg)
|
| |
| CppDoc generates HTML documentation for your C++ classes, based on your source code and special comments embedded within it. It can produce output that is very similar to the output of Javadoc, and it supports Javadoc tags such as @see, @return , etc. The documentation comments are optional; if you leave them out, CppDoc will still generate a full set of documentation based on class relationships and hierarchy.
主页参见: http://www.cppdoc.com/
以下为我自己试用之后生成的文档视图:
|
|
| 作者:不祥 iter张贴于2004-03-22 14:52:43.0,共阅读2198次,回复0次 |
|
|