installed a (company specific) program few days ago had been working fine now giving: Error Number 6 Overflow Occured in Sub 'get_results_from_database' in Module 'frmResults' in project DAO.Field no other modifications made to wine in the last few days any ideas why this error should arise now? any idea how to solve it? there is a Dao360.dll in /home/user/.wine/drive_c/Program Files/Common Files/Microsoft Shared/DAO
ok not sure why the error arose but the cure came from one of vitamin's previous suggestions /home/user> cd /home/user/.wine/drive_c/Program\ Files/Common\ Files/Microsoft\ Shared/DAO /home/user/.wine/drive_c/Program Files/Common Files/Microsoft Shared/DAO> wine regsvr32 Dao360.dll err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\Common Files\\Microsoft Shared\\DAO\\dao2535.tlb" failed with error 2 Successfully registered DLL Dao360.dll /home/user/.wine/drive_c/Program Files/Common Files/Microsoft Shared/DAO> cd /home/user/.wine/drive_c/windows/system32 /home/user/.wine/drive_c/windows/system32> wine regsvr32 msvbvm50.dll Successfully registered DLL msvbvm50.dll /home/user/.wine/drive_c/windows/system32> wine regsvr32 msjet40.dll Successfully registered DLL msjet40.dll /home/user/.wine/drive_c/windows/system32>