Roel: Do you still have the example you sent me some time ago? I'm doing some progress with the RFID reader that i got from acs bot i have some problems with the reader that touchatag provides. If you still have the example i want to try again to get it working.
2 2009-11-26 10:43:33
Re: Cant build under win7 (11 replies, posted in Problems, Bugs and Fixes)
Hello,
Tagnard wrote:snapdev wrote:Although I haven't built in Win7, I have run 32bit release binaries of libnfc on Win7 (built on XP).
That worked for me to. It is somewhat annoying to have to reboot and choose winXP just to build it.
Yeah, you're right, do you have some ideas/patches to made it work ?
At the moment i'm dualbooting with WinXP. When i build the binaries under winXP i have to choose the release version and not debug. debug dont work for me.
3 2009-11-22 11:36:10
Re: Cant build under win7 (11 replies, posted in Problems, Bugs and Fixes)
rconty wrote:Windows Seven is actually not supported. Try to use a working OS.
Although I haven't built in Win7, I have run 32bit release binaries of libnfc on Win7 (built on XP).
That worked for me to. It is somewhat annoying to have to reboot and choose winXP just to build it.
4 2009-11-20 14:36:58
Re: Cant build under win7 (11 replies, posted in Problems, Bugs and Fixes)
Are you using static or dynamic libraries? ( look in code-generation options ).
I can't find that setting. http://tagnard.net/Archive/vs2005.png
5 2009-11-17 17:05:54
Re: Cant build under win7 (11 replies, posted in Problems, Bugs and Fixes)
I have now grabbed and tried the code fom svn (1.2.0 & 1.2.1) and i get "Error connecting NFC reader"
It may be some settings to my installment of Visual studio 2005 but i dont realy know.
Edit: Found the problem. It wond work if i'm debuging the code, i neeed to use release to make it work. Someone know a workaround to this problem?
6 2009-11-17 16:33:32
Re: Cant build under win7 (11 replies, posted in Problems, Bugs and Fixes)
I have installed win XP now and i have the same problem as in the first post.
7 2009-11-17 08:48:01
Topic: Cant build under win7 (11 replies, posted in Problems, Bugs and Fixes)
I try to build the code from GC butr i cant find the reader no mather what. The pre-compiled binary works.
8 2009-11-05 14:23:50
Re: [OBSOLETE] Running libnfc under windows (7 (x64)). (2 replies, posted in Problems, Bugs and Fixes)
I have a problem under Windows 7 x64.
I get "Error connection to NFC reader" with the pre-built executable's and with the one i build myself in VS05
Edit Something was not working temporarily but started to work after a reboot of the system
Edit 2 Pre-builds are working but not self compiled
9 2009-07-10 15:49:18
Topic: log transaction (5 replies, posted in Questions and Requests)
Is it possible to log a transaction with a touchatag reader? or do i need a ProxMark reader to do that?
10 2009-04-20 07:50:34
Re: C# DLL (20 replies, posted in Feature Requests)
When i removed the try/catch statement i got an exception.
"An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)"
pdi = nfc_connect(); is throwing this exception
Hope this helps you
11 2009-04-20 06:31:34
Re: C# DLL (20 replies, posted in Feature Requests)
I don't understand, they work the same way. And if you use the list.exe with the DLL that was supplied by the .NET example, does it still work then?
I tested both DLL's and they give me the same message.
12 2009-04-19 21:30:47
Re: C# DLL (20 replies, posted in Feature Requests)
When i use the list.exe from libnfc 1.1.0 i get
"Connected to NFC reader: ACR122U102"
So it works with the c code.
// Tagnard
13 2009-04-19 18:07:41
Re: C# DLL (20 replies, posted in Feature Requests)
I emailed you a pre-example
I checked your example and it looks like a good base to use. but i run into problems.
i can not connect to my reader(touchtag). I have closed touchtag service and i have tested it on
windows 7 build 7077 and on windows xp with same result.
all i get is "Could not connect to a NFC device"
14 2009-03-24 12:33:22
Re: C# DLL (20 replies, posted in Feature Requests)
Hey Tagnard,
Currently I'm working on version 1.1.0. It is almost done.
When I'm finished with that, I'll write a quick wrapper for ya to access it from C#Cheers,
Roel
I'm looking forward to it. I tried to pinvoke winscard.dll but it was harder than i thought.
15 2009-03-23 22:54:08
Re: C# DLL (20 replies, posted in Feature Requests)
i got my reader now and i have tried all day making thing work. but i failed.
I'm no good in C so if you want to make your DLL better, read this tutorial and implement it in the libnfc so i can access it from C#.
16 2009-03-04 12:30:14
Re: C# DLL (20 replies, posted in Feature Requests)
I will try and write it with the current DLL. But i need to have the reader that i have ordered.
17 2009-03-02 17:50:17
Topic: C# DLL (20 replies, posted in Feature Requests)
Hi. I'm new here and i was wondering if you could make a dll in managed code so i can use it with C#.
I want something close to phidget's RFID API for .NET
Thanks for reading. Tagnard