Le sam 09/11/2002 à 11:22, Andreas Mohr a écrit :
This doesn't seem the place to do it, since if we specify something different (in config) then the registry keys do not match, and some other app could possibly have some problems.
Would it be possible to generate automatically those keys with a call to GetVersionEx or something similar?
Vincent
On Sat, Nov 09, 2002 at 11:43:32AM -0500, Vincent Béron wrote:
I *knew* that it'd receive this reply ! ;-\
I've also been thinking about doing it semi-dynamically after a call to GetVersion*(), but I was a bit unsure about it. Should we do it like that ?
Note that these registry keys are a *global* thing (wineserver !), whereas the version value returned depends on the wine *instance* ("smart" detection algorithm). This could spell trouble...
On Saturday 09 November 2002 11:08 am, Andreas Mohr wrote:
indeed... why not just virtualize this registry key on the client side of the wineserver to return the right thing for a given process?