CPortLibCB4.cpp
资源名称:ComPort.rar [点击查看]
上传用户:hbtlgg88
上传日期:2021-04-09
资源大小:855k
文件大小:1k
源码类别:
Delphi控件源码
开发平台:
C++ Builder
- //---------------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
- USERES("CPortLibCB4.res");
- USEPACKAGE("vcl40.bpi");
- USEUNIT("Cport.pas");
- USEUNIT("CportCtl.pas");
- USEUNIT("CPortSetup.pas");
- USEUNIT("CPortEsc.pas");
- USEUNIT("CPortTrmSet.pas");
- //---------------------------------------------------------------------------
- #pragma package(smart_init)
- //---------------------------------------------------------------------------
- // Package source.
- //---------------------------------------------------------------------------
- int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
- {
- return 1;
- }
- //---------------------------------------------------------------------------
English
