⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gprstest.cpp

📁 采用cb平台开以
💻 CPP
字号:
//---------------------------------------------------------------------------

#include <vcl.h>
#pragma hdrstop
USERES("GprsTest.res");
USEFORM("main\fmModem.cpp", frmModem);
USEUNIT("spcom\SPCOMM.PAS");
USEUNIT("main\UartPort.cpp");
USEUNIT("main\Gprsproc.cpp");
USE("main\Gprsproc.h", File);
USE("gprs\GprsNet.h", File);
USE("gprs\S_NET.H", File);
USEUNIT("gprs\Moto.cpp");
USEUNIT("gprs\NET.cpp");
//---------------------------------------------------------------------------
WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
{
    try
    {
         Application->Initialize();
         Application->CreateForm(__classid(TfrmModem), &frmModem);
         Application->Run();
    }
    catch (Exception &exception)
    {
         Application->ShowException(&exception);
    }
    return 0;
}
//---------------------------------------------------------------------------

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -