From the "System Interface Module (SIM) Manual" Release 2.9, I copy and paste the ejample that appear at the end of the appendix F (Windows DLL access).
The C# side define a "TestClass" class and in the SIM side a reference to this class is made with: NetImport SimTest from &"C:\YCS\YcsCard\CMicros\SimTest.dll"
I defined a button link to an event in order to use this class.
The script is as follow:
When the event is executed, It launch an exception: "CANNOT RESOLVE TYPE"
Any help?
The C# side define a "TestClass" class and in the SIM side a reference to this class is made with: NetImport SimTest from &"C:\YCS\YcsCard\CMicros\SimTest.dll"
I defined a button link to an event in order to use this class.
The script is as follow:
Code:
NetImport SimTest from &"C:\YCS\YcsCard\CMicros\SimTest.dll"
event inq : 220
var obj:object = new TestClass()
endevent
When the event is executed, It launch an exception: "CANNOT RESOLVE TYPE"
Any help?