Curro Amores wrote:
>
> thank u very much, i have to try it.
>
> maybe the problem i had is that i didnt kill all the wine proccesses.
>
> Apart from configuring in the winecfg app you have to change the
> values in the config file which is in the dir /etc/wine/ i think.
>
> How did you use native's one from the command line?
>
>
>
n.p.
either export the environment WINEDLLOVERRIDES variable (with this format):
export WINEDLLOVERRIDES="thedllyouwant=n,anotherdllyouwant=n, etc"
(dont specifiy the extension)
wine /the/app.exe
or directly:
wine WINEDLLOVERRIDES="thedllyouwant=n,anotherdllyouwant=n, etc"
/the/app.exe
see:
man wine
for more info