PDA

View Full Version : Load DLL and Free DLL



sphair
11-04-2004, 07:22 AM
What does the "Enable Auto Free" option in Load DLL mean?

I am loading a DLL before the wizard loop, and call to it several times during the loop. Then I want to close it after the loop is done. But what if the user cancelled the entire installation?

Can I then replace FreeDLL with "Enable Auto Free" ? If so, what the point with FreeDLL ?

linder
11-04-2004, 07:29 AM
"Enable Auto Free" is not supported at the moment. I think we'll remove that option in the next build.

Thanks,

sphair
11-04-2004, 07:40 AM
Ok, how can I make sure the DLL gets unloaded then if the user cancels the installation?

linder
11-04-2004, 07:50 AM
I think the DLLs get freed when the installer terminates. To be on the safe side I'll check this.