Hi all I signed myself up as the appdb maintainer to TaxCalc about a year ago so I thought it about time I did something to try and get it to work. I know it does not work 'out of the box' so I was trying to use a few DLL overrides to pin down which native Wine libraries were causing difficulties (and so I can give some guidance on appdb). I have addeed taxcalc.exe in wine configuration then added some DLL override as native. All I get is tony@osiris:~$ wine "C:\\Program Files\\taxcalc 2008\\taxcalc.exe" err:module:import_dll Library ole32.dll (which is needed by L"C:\\Program Files\\taxcalc 2008\\taxcalc.exe") not found err:module:import_dll Library OLEAUT32.dll (which is needed by L"C:\\Program Files\\taxcalc 2008\\taxcalc.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\taxcalc 2008\\taxcalc.exe" failed, status c0000135 It looks like Wine cannot find the DLLs. They are in System32 (in Linux) and I have used regsvr32 to register them. What am I doing wrong? Tony