Hello I'm using some program with wine. This program is SQL-client, working with MS SQL Server. This program work perfectly in Windows95-XP (not work in Vista&7) and in wine (latest stable in gentoo is wine-1.1.12). To make this program work i have installed Microsoft Data Access Components (MDAC) 2.8. All nice, all good. And then i install wine-1.1.30 and it doesn't work. Even when i "rm -r ~/.wine" and reinstall MDAC28. There are messages in terminal: Code: err:ole:CoGetClassObject class {c8b522cf-5cf3-11ce-ade5-00aa0044773d} not registered err:ole:CoGetClassObject no class object {c8b522cf-5cf3-11ce-ade5-00aa0044773d} could be created for context 0x1 err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040154 err:ole:CoGetClassObject no class object {0c7ff16c-38e3-11d0-97ab-00c04fc2ad98} could be created for context 0x1 Program show window with error "MS SQL not found." In wine-1.1.12 it works silently. What i have to do?