Unload Interface of C++ Library dll

12 views (last 30 days)
niwa
niwa on 3 Aug 2021
Commented: niwa on 3 Aug 2021
Is there any way to unload Interface of C++ Library dll, after call Functions in Windows Interface of C++ Shared Library , I can delete the Interface of C++ Shared Library .
  1 Comment
niwa
niwa on 3 Aug 2021
for example
fc=clib.xxx.xxx;
clibrelease(fc);
clear fc;
clear clib.xxx.xxx;
don't work for unload dll

Sign in to comment.

Answers (0)

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!