Hi.
I load more than one dll with a RLibrary handle;
RLibrary aLibrary;
aLibrary.Load(...);
aLibrary.Load(...);
For Close(), SDK documentation says "The function decrements the usage count by one.", So would single aLibrary.Close() be enough to close both dlls? Thanks.

Reply With Quote

