The following example demonstrates the command sequence for using RELEASE DLL as a trouble shooting tool:

load dll mydll.dll
// ... test DLL operation
release dll mydll.dll
// ... change .DLL or C program
load dll mydll.dll
// ... test again
release dll mydll.dll