Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 773 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 773 Bytes

SuperCxHMI

This is SuperCx SCADA/HMI Software's HMI.

项目详情页面

画面开发环境

环境要求

  1. VC6 + sp5以上。
  2. Windwos 2000以上。

构建过程

  1. 使用Git客户端下载代码到d:\SuperCx_HMI文件夹。
  2. 在VC6中菜单Tools|Options|Directory中设置C++目录如下:
    • D:\SuperCx_HMI\LIB\WTL\INCLUDE
    • D:\SuperCx_HMI\LIB\GDIPLUS
    • D:\SuperCx_HMI\LIB\HTMLHELP
  3. 在d:\SuperCx_HMI\bld文件夹中,以管理员权限运行批处理BuildUI.bat,自动完成编译,输出为d:\SuperCx_HMI\bin文件夹,开发环境主程序为CxDev.exe,运行环境主程序为CxRun.exe。