iso8583.obj : error LNK2001: unresolved external symbol _tpdu
iso8583.obj : error LNK2001: unresolved external symbol _return_variant1
iso8583.obj : error LNK2001: unresolved external symbol _return_variant2
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/iso8583.exe : fatal error LNK1120: 4 unresolved externals
执行 link.exe 时出错.
iso8583.exe - 1 error(s), 0 warning(s)
查看代码后发现可能是缺少tables.h头文件:
/***************************************************************************/
/* This table must contain all the pairs which are use by the application */
/* to transform the data. The embedded defines establish the convert table */
/* indicies which are used in field_table (see tables.h). */
/***************************************************************************/
请问黑大哥,是不是缺少了这个头文件^_^