set DLLs realtime
set DLLs realtime
im interested .interested .in setting the dll settings of wine realtime, .i think this would help for better debugging, when i set the dll now .i need to restart the game or app for debug
Re: set DLLs realtime
If you mean changing native <-> builtin - no it's impossible.vlip wrote:im interested .interested .in setting the dll settings of wine realtime, .i think this would help for better debugging, when i set the dll now .i need to restart the game or app for debug
If a dll was loaded it can't be just unloaded and replaced. All the users of that dll have to quit or release that dll. And that means you have to exit your program.