📄 rtcsdk_c5.cpp
字号:
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("rtcSDK_C5.res");
USEUNIT("rtcRegister.pas");
USEUNIT("rtcService.pas");
USEUNIT("rtcUdpSrv.pas");
USERES("rtcUdpSrv.dcr");
USEUNIT("rtcCliModule.pas");
USERES("rtcCliModule.dcr");
USEUNIT("rtcConn.pas");
USERES("rtcConn.dcr");
USEUNIT("rtcConnLimit.pas");
USEUNIT("rtcDataCli.pas");
USERES("rtcDataCli.dcr");
USEUNIT("rtcDataSrv.pas");
USERES("rtcDataSrv.dcr");
USEUNIT("rtcFunction.pas");
USERES("rtcFunction.dcr");
USEUNIT("rtcHttpCli.pas");
USERES("rtcHttpCli.dcr");
USEUNIT("rtcHttpSrv.pas");
USERES("rtcHttpSrv.dcr");
USEUNIT("rtcInfo.pas");
USEUNIT("rtcISAPIApp.pas");
USEUNIT("rtcISAPISrv.pas");
USERES("rtcISAPISrv.dcr");
USEUNIT("rtcLog.pas");
USEUNIT("rtcParse.pas");
USEUNIT("rtcSrvModule.pas");
USERES("rtcSrvModule.dcr");
USEUNIT("rtcTcpCli.pas");
USERES("rtcTcpCli.dcr");
USEUNIT("rtcTcpSrv.pas");
USERES("rtcTcpSrv.dcr");
USEUNIT("rtcThrPool.pas");
USEUNIT("rtcTimer.pas");
USEUNIT("rtcUdpCli.pas");
USERES("rtcUdpCli.dcr");
USEPACKAGE("vcl50.bpi");
USEPACKAGE("vclx50.bpi");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -