Wine
'''Some Trixx for WINE when errors occure'''
(for Example when using AADE-FilterDesigner):
''err:module:import_dll Library MFC40.DLL (which is needed by L"C:\\windows\\system32\\THREED32.OCX") not found ''
Solution:
wget http://activex.microsoft.com/controls/vc/mfc40.cab
cabextract mfc40.cab
wine mfc40.exe
''err:"ActiveX component can't create object" ''
Solution:
copy msscript.ocx from a windows system to /wine…windows/system32/msscript.ocx
winetricks vcrun2005
winetricks wsh56
FSQCall and serial port under WINE
To make the serial port accessible fro wine programs the following steps must be performed:
1) Create a symbolic link under .wine/dosdevices
ln -s /dev/ttyS0 com1
2) ensure the user is in group "dialout"
page revision: 1, last edited: 04 Apr 2015 20:15