Topic: Someone already managed to build an API using libnfc on windows?
It's been a while I try to make an application with visual studio 2010 in C #.
I managed to design my DLL and import it into my program in C #.
I managed to call a function to test (nfc_version). it works.
But for other functions, it becomes more complicated.
I have to create a wrapper c + + / cli in addition to my DLL.
but before I embark on the adventure, I wonder if someone already managed to make a windows application with libnfc??
I asked myself another question.
Why libnfc not made in a language easier to use with the latest programming languages? It's complicated to use this library.
cordially