rtcsdk_c5.cpp

来自「Delphi快速开发Web Server」· C++ 代码 · 共 52 行

CPP
52
字号
//---------------------------------------------------------------------------
#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 + =
减小字号Ctrl + -
显示快捷键?