Libnfc 1.6成功移植至VS2008的完整项目与源码

这是目前最新版libnfc 1.6,我已经成功移植到了VS2008下,DebugRelease模式均可编译和调试。nfctools相关工程已经全部建立,但代码尚未导入。此外,我还提供了一个测试程序,方便你后续定制自己的工程。目前有部分C代码会提示警告,但不影响功能。

项目编译过程

  1. 已启动生成:项目:libnfc,配置:Release Win32
  2. 正在编译的文件列表:
    • stdafx.cpp
    • uart_win32.cpp
    • pn53x_usb.cpp
    • pn53x.cpp
    • pn532_uart.cpp
    • log-printf.cpp
    • arygon.cpp
    • acr122s.cpp
    • acr122.cpp
    • nfc-internal.cpp
    • nfc-emulation.cpp
    • nfc-device.cpp
    • mirror-subr.cpp
    • iso14443-subr.cpp
    • dllmain.cpp
  3. 链接阶段:创建库 E:libnfcReleaselibnfc.lib 和对象 E:libnfcReleaselibnfc.exp
  4. 生成代码:无错误,警告43个,不影响功能
  5. 生成日志:保存在 file://e:libnfcReleaseBuildLog.htm

生成结果

  • libnfc 编译成功,0个错误,43个警告。
  • 生成状态:成功1个,失败0个,最新0个,跳过0个
6 移植到vs2008下的工程及源码
libnfc 1.6 移植到VS2008下的工程及源码 预估大小:140个文件
file
Makefile.am 25B
file
Makefile.am 246B
file
pn53x.cpp 97KB
file
Makefile.am 267B
file
nfc.cpp 40KB
file
pn53x_usb.cpp 27KB
file
Makefile.am 942B
file
Makefile.am 1KB
file
nfc-mfclassic.1 2KB
file
nfc-relay-picc.1 2KB
file
nfc-emulate-forum-tag4.1 2KB
file
Makefile.am 2KB
file
nfc-read-forum-tag3.c 10KB
file
nfc-mfsetuid.1 1KB
file
nfc-emulate-forum-tag4.c 11KB
file
nfc-utils.cpp 23KB
file
nfc-emulate-forum-tag2.1 2KB
file
nfc-list.1 1KB
file
nfc-read-forum-tag3.1 987B
file
nfc-mfultralight.1 1KB
rar 文件大小:441.62KB