Hello
I am trying to test the RfidDefaultHandler example provided by DHDK.
It is built fine (the dll is generated correctly) with my Visual Studio 2008 C++ and Net framework 2.0
The next thing I do iscopy the Release version of RfidDefaultHandler.dll in bin directory of MCA installed root (previously saving the original RfidDefaultHandler.dll in another directory) and click in "Reload MCA Application Configuration" in MCA Configuration Editor.
When I press Shift + F2 to test the RFID default handler, "No tag found" is displayed in the windows instead of the Tag UID set in RFID Tag[0] in RFID Loopback Plug-in
If I restore the original RfidDefaultHandler.dll, the Tag UID is displayed correctly
Content of the file MCA.log:
R [2009-02-16 11:56:20.287] {S0-P2544-T2536} [PCF] Loaded {Rfid Loopback Device}. Plugin Version {2.0.1.26163}, Driver Version {1.0}, Firmware Version {1.1}.
E [2009-02-16 11:56:20.318] {S0-P2544-T2536} [RfidDefaultHandler.dll] Tag cannot be found in the specified time
E [2009-02-16 11:56:20.334] {S0-P2544-T2536} [TTA] Error from DefaultHandler HandleButton:;DATA#-3
E [2009-02-16 11:56:20.365] {S0-P2544-T2536} [TTA] Error from mBtnHandMgr.HandleButton: ;DATA#-44
Thank you very much for your help


