CPortLibCB4.cpp
上传用户:hbtlgg88
上传日期:2021-04-09
资源大小:855k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

C++ Builder

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("CPortLibCB4.res");
  5. USEPACKAGE("vcl40.bpi");
  6. USEUNIT("Cport.pas");
  7. USEUNIT("CportCtl.pas");
  8. USEUNIT("CPortSetup.pas");
  9. USEUNIT("CPortEsc.pas");
  10. USEUNIT("CPortTrmSet.pas");
  11. //---------------------------------------------------------------------------
  12. #pragma package(smart_init)
  13. //---------------------------------------------------------------------------
  14. //   Package source.
  15. //---------------------------------------------------------------------------
  16. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  17. {
  18.   return 1;
  19. }
  20. //---------------------------------------------------------------------------