Re: delayed unloading of .so in WINE

2004-07-28 Thread Alexandre Julliard
Santosh Siddheshwar <[EMAIL PROTECTED]> writes: > Is there any way to specify in config file or any other place, a way to > prevent/delay a shared object from being unloaded till > the application using it terminates? In dlopen there is a flag RTLD_NODELETE > which keeps the loaded shared object

delayed unloading of .so in WINE

2004-07-28 Thread Santosh Siddheshwar
Hi, Is there any way to specify in config file or any other place, a way to prevent/delay a shared object from being unloaded till the application using it terminates? In dlopen there is a flag RTLD_NODELETE which keeps the loaded shared object in memory even after dlclose is called. The shared o