I've bought an NFC (RDIF) Device, and I want to build a program using it with
C, on Windows XP/7 x32 and x64, with Dev-C and libNFC.
My problem is that there is many many packs available for Dev-C, but not
LibNFC. Can someone tell me how to use and install a library in order to use
it with Dev-C ?
Thanks for help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dev-C++ uses the MonGW/GCC toolchain. Instructions for building with MinGW are
at http://www.libnfc.org/documentation/installation . However they seem somewhat odd, since it suggests
that you need to download the Windows SDK v7, but MinGW does not need or use
the SDK. You may be able to build it using Dev-C++ cut-down MinGW
installation, or you may be better off downloading the latest from
www.mingw,org. I suggest that you just try building it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Everybody !
I've bought an NFC (RDIF) Device, and I want to build a program using it with
C, on Windows XP/7 x32 and x64, with Dev-C and libNFC.
My problem is that there is many many packs available for Dev-C, but not
LibNFC. Can someone tell me how to use and install a library in order to use
it with Dev-C ?
Thanks for help.
PS: http://www.libnfc.org/
Dev-C++ uses the MonGW/GCC toolchain. Instructions for building with MinGW are
at http://www.libnfc.org/documentation/installation . However they seem somewhat odd, since it suggests
that you need to download the Windows SDK v7, but MinGW does not need or use
the SDK. You may be able to build it using Dev-C++ cut-down MinGW
installation, or you may be better off downloading the latest from
www.mingw,org. I suggest that you just try building it.