对于单个控件,COMPONET-->INSTALL COMPONENT..-->PAS或DCU文件-->INSTALL。 2.对于带*.DPK文件的控件包,FILE-->OPEN(下拉列表框中选*.DPK)-->INSTALL即可。 3.对于带*.BPL文件的控件包,INSTALL PACKAGES-->ADD-->BPL文件名即可。 4.如果以上INSTALL按钮为失效的话,试试COMPILE按钮。 5.是RUN TIME LIB则在OPTION下的PACKAGES下的RUNTIMEPACKES加之。 如果编译时提示文件找不到的话,一般是控件的安装目录不在DELPHI的LIB目录中, 有两种方法可以解决: 1.反安装的源文件拷入到DELPHI的LIB目录下。 2.或者TOOLS-->ENVIRONMENT OPTIONS中把控件源代码路径加入到DELPHI的LIB目录中即可。
标签: INSTALL gt COMPONENT COMPONET
上传时间: 2013-12-25
上传用户:ljmwh2000
在jCreator建立一个叫做telnet的工程 3、把本章目录下的所有源文件加入到这个工程中 4、在project菜单下选择project setting,在JDK profile框中单击当前的JDK, 然后选择Edit,在弹出的对话框中选add,然后选add package,将本章源代码目 录下的ipworks.jar包加入。 5、在build菜单下选择complier project 6、在build菜单下选择execute,程序就可以运行了
标签: project jCreator setting telnet
上传时间: 2015-12-27
上传用户:阿四AIR
Protel99se SDK Protel向用户提供SDK软件包。SDK软件包包括:服务器生成向导和Protel API及相关文档资料。 服务器生成向导是一个运行于设计资源管理器的插入式服务器,它为用户生成第三方EDA软件模板的原代码和安装文件(.INS文件),安装文件用于将用户开发的第三方EDA软件安装在设计资源管理器平台上。服务器生成向导可以为用户生成两种格式的原代码:Delphi和C++ Builder。 为方便用户开发第三方EDA软件,Protel向用户提供了大量的API,如:Schematic API、PCB API和Client API等,为方便用户使用这些API,Protel向用户提供有关API文档及RTL(Run Time Library:运行库)。
上传时间: 2013-12-22
上传用户:shawvi
用VC制作一个商品交易管理系统.部分代码:“// 商品交易管理系统View.cpp #include “MyDlg1.h” void CMyView::OnRadiospxx() { // TODO: Add your control notification handler code here CMyDlg1 MyDlg1 MyDlg1.DoModal() } ”
标签: OnRadiospxx CMyView include MyDlg
上传时间: 2013-12-16
上传用户:banyou
当你再次打开modelsim时,需要重新点击work lib里得相应模块。弹出 sim窗口,把鼠标点下 想要观测得模块,这是右边得信号列表会列出该模块得所有信号。一般情况下,你想观察这些信号时,需要把他们add to wave。 不过介于你上次已经保存了
上传时间: 2016-01-14
上传用户:小宝爱考拉
This article describes a sniffer for Windows. WinSniff is an application for capturing packets on the network. It displays all the packets that are transmitted on the local network and gives detailed information about each header in the packet. In order to keep it simple, I am not dealing with application level protocols. If you are interested, you can add features to support various application level protocols such as SMTP, FTP, NETBIOS etc
标签: application describes capturing for
上传时间: 2016-01-22
上传用户:lijianyu172
This device driver implements KMDF based virtual bus driver and generic virtual disk hosted on it. Users can add virtual disks to Windows OS which are then seen and managed by OS as generic, regular disks. Virtual disks are plug in/out with cmdln utility.
标签: virtual driver implements generic
上传时间: 2016-02-19
上传用户:xiaoxiang
组合导航程序,GPS、INS组合导航,轨迹发生器数据根据自己的实际应用给出
上传时间: 2016-03-07
上传用户:xyipie
通用报表打印类使用说明 主要功能: 1 – 自动分页 2 – 自动划出纵横表格线 3 – 支持横向 / 纵向打印 4 – 支持打印输出或生成文本文件 使用方法: 1.Copy prt.h, prt.cpp --- > Project Path 2.Menu --- > Project --- > Add to project --- > files ( prt.h, prt.cpp ) 3.Menu --- > open --- > prt_demo.rc --- > Bitmap --- > IDB_PRT ( copy to current project ) 4.Menu --- > open --- > prt_demo.rc --- > Dialog --- > IDD_PRT ( copy to current project ) 5.Add: #include <prt.h> 6.Add member function : int GetRow(PRTROW *pRow) 7.Add code into OnPrt and GetRow
上传时间: 2014-02-11
上传用户:dongqiangqiang
Eckel’s book is the only one to so clearly explain how to rethink program construction for object orientation. That the book is also an excellent tutorial on the ins and outs of C++ is an added bonus
标签: construction clearly explain rethink
上传时间: 2013-12-13
上传用户:caixiaoxu26