On Fr, 2007-06-01 at 00:25 +0200, Julien Muchembled wrote:
There are 2 ways to register a VFW video codec: (1) the [drivers32] section of system.ini : "vidc.<FOURCC>=<dll_name>" (2) the "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Drivers32" key: - value name: "vidc.<FOURCC>" - value data: "<dll_name>"
There ia a magic with the Name "IniFileMapping": On NT, (1) is redirected to (2).
Wine is still affected by bug 4096