Commitecb0d9a4 by developer4

Version 2.2 Finished

-Removed deprecated function from library {DL_API UFR_STATUS EnableXRC(int on)}
家长 0f586829
... ... @@ -19,6 +19,7 @@ bin/x64/Release/uFR_multiDLL_tester.exe.config -text
bin/x64/Release/uFR_multiDLL_tester.pdb -text
bin/x64/Release/uFR_multiDLL_tester.vshost.exe -text
bin/x64/Release/uFR_multiDLL_tester.vshost.exe.config -text
bin/x64/Release/uFR_multiDLL_tester.vshost.exe.manifest -text
bin/x86/Debug/uFCoder-x86.dll -text
bin/x86/Debug/uFR_multiDLL_tester.exe -text
bin/x86/Debug/uFR_multiDLL_tester.exe.config -text
... ...
... ... @@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyVersion("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]

xmlns="urn:schemas-microsoft-com:asm.v1"manifestVersion="1.0">
version="1.0.0.0"name="MyApplication.app"/>
xmlns="urn:schemas-microsoft-com:asm.v2">
< requestedPrivilegesxmlns="urn:schemas-microsoft-com:asm.v3">
level="asInvoker"uiAccess="false"/>
... ... @@ -399,8 +399,7 @@
this.Controls.Add(this.gbRdWr);
this.Controls.Add(this.gbAction);
this.Name="frmMultiuFRTester";
this.Text="Tester uFCoder DLL - multi readers v2.1";
this.Load+=newSystem.EventHandler(this.frmMultiuFRTester_Load);
this.Text="Tester uFCoder DLL - multi readers v2.2";
this.gbAction.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
... ...
... ... @@ -448,10 +448,5 @@ namespace uFR_multiDLL_tester
{
data_rd();
}
privatevoidfrmMultiuFRTester_Load(objectsender,EventArgse)
{
uFReader.EnableXRC(0);
}
}
}
... ... @@ -140,10 +140,6 @@ namespace uFCoderMulti
#endif
//--------------------------------------------------------------------------------------------------------------
[DllImport(DLL_NAME,CallingConvention=CallingConvention.StdCall,EntryPoint="EnableXRC")]
publicstaticexternDL_STATUSEnableXRC(Int32on);
//---------------------------------------------------------------------
[DllImport(DLL_NAME,CallingConvention=CallingConvention.StdCall,EntryPoint="ReaderList_UpdateAndGetCount")]
internalstaticexternDL_STATUSReaderList_UpdateAndGetCount(Int32*NumberOfDevices);
... ...
... ... @@ -23,7 +23,7 @@
false
true
0
2.1.0.%2a
2.2.0.%2a
false
true
... ...
... ... @@ -25,11 +25,6 @@ namespace uFR_multiDLL_tester
// test.
}
publicstaticDL_STATUSEnableXRC(Int32on)
{
returnuFCoder.EnableXRC(on);
}
publicuFReader(intlist_idx)
{
this.list_idx=list_idx;
... ...
    Markdownis supported
    0%or
    You are about to add0peopleto the discussion. Proceed with caution.
    Finish editing this message first!
    Pleaseregisteror发表评论
    Baidu
    map