DllOverride for ocx?

Acke Carlsson ackek at tiscali.se
Tue Jan 27 04:17:04 CST 2004


Fabian Cenedese <Cenedese at indel.ch> writes:

> I have a ocx which works better with a native dll. But there are also other
> apps which work worse if this dll is set to native by default. OK, so I add
> a setting for the application which uses the ocx. Works. But there are
> many apps that use this ocx and the customer could even make his own.
> So it would be nice if I could have a dll override setting for just the
> ocx. Is this technically possible at all? Or is the app-level the only one
> for overrides? (I know, fixing wine would be even better, but I don't have
> the time nor the knowledge. )-: But I keep trying whenever I can :)


Use the hole name including the suffix works.

ex.	"hhctrl.ocx" = "builtin, native"
or on the promt 		
]$ WINEDLLOVERRIDES='hhctrl.ocx=n' wine name.exe

mvh Acke




More information about the wine-devel mailing list