Dear All,
How can I develop an application in which I can create instances of more than one ANT_Device. When I try to create the second instance of ANT_Device using ANT_Managed_Library, it generates the following error.
----------------------------------error log------------------------------
HEAP[Hmor.exe]: Invalid address specified to RtlValidateHeap( 012C0000, 0FC343D4 )
'Hmor.exe' (Win32): Loaded 'C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Core\483443985708dc5439abe7fd6350abe4\System.Core.ni.dll'.
'Hmor.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
HEAP[Hmor.exe]: Invalid address specified to RtlValidateHeap( 012C0000, 0FC343D4 )
Hmor.exe has triggered a breakpoint.
--------------------------------------
It seams to me that ANT_Managed_library do't allow multi threads for the ANT_Devices.
Kindly can you suggest me how I can do this.