Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
armink
Posted - 06/13/2008 : 04:19:36 AM Origin Version (Select Help-->About Origin): 8.0 Operating System: Windows XP Professional
How can I unload a DLL that I have used in a OriginC-funtion?
I tried the labtalk command "dll -rc dllName" in the script window as described in the programming help. Origins response on this command is:
"This dll is being used by OriginC programs"
and the dll is still loaded.
Thanks!
Edited by - armink on 06/13/2008 04:33:45 AM
1 L A T E S T R E P L I E S (Newest First)
Iris_Bai
Posted - 06/16/2008 : 11:32:03 PM I tried dll -rc to unload dll used in OriginC, works fine.
You attached OC file that used to call dll to one project? If so, need to new project first and then run dll -rc dllname to unload dll since project will hold dll to cause fail to unload.