TDTC Demo

c#, c++
  • 系统需求
    Mixed(x86 and x64): Windows 10 - Windows Vista
    Pure(x86): Windows XP - Windows 3.1

    ref “VC Redist”

  • 注册下列COM组件

xbfInfo.dll
repoInfo.dll

callXBFLib

生成/读取xbf文件.

文档请参考

配置文件

xbfConfig.ini

[config]
type = MySQL

[MS-Access]
DB = v:\fde.mdb
Pwd = wwsrts12

[MSSQL]
Server = ddrwaas2
DB     = dddrrewq
User   = ttrrre
Pwd    = qwerty

[MySQL]
Server = 192.168.1.107
DB     = mysql
User   = DBAdmin
Pwd    = xbfirst

repoFmtGen

生成固定格式的报文。

文档请参考

运行效果

program ui

IE调用repoInfo.dll

IE6/7/8/9/10/11

文档请参考

repoInfo_test.html

ie ui

testMySQL

使用MySQL数据库。

如果datagrid增加序号,增加如下代码:

DataColumn dc = new DataColumn();
dc.ColumnName = "序号";
dc.AutoIncrement = true;
dc.AutoIncrementSeed = 1;
dc.AutoIncrementStep = 1;
table.Columns.Add(dc);

文档请参考

testSQLite

使用SQLite数据库.

文档请参考

VC Redist

version x64 x86
vc 14.x vs2015/17/19/22 vs2015/17/19/22
vc 12.0 for win7+ vs2013 vs2013
vc 12.0 for Win XP] vs2013 vs2013
vc 11.0(update 4) vs2012 vs2012
vc 10.0(sp1) vs 2010 vs 2010
vc 9.0(sp1) vs 2008 vs 2008

Pure

Windows Vista-

  • vc 9.0
  • vc 10.0
  • vc 11.0
    Only deploy the program, can not install the VS2012 development environment.
  • vc 12.0
    Only deploy the program, can not install the VS2013 development environment.

Mixed

Windows Vista+

  • vc 14.x
    vs2015/17/19/22