set DLLs realtime

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
vlip
Newbie
Newbie
Posts: 3
Joined: Sat Oct 18, 2008 4:26 am

set DLLs realtime

Post by vlip »

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
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: set DLLs realtime

Post by vitamin »

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 you mean changing native <-> builtin - no it's impossible.

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.
Locked