I want to have the Reporter app running to monitor the CAS Scale. I have a spare MacOS X computer to run it on. Instead of running a complete copy of windows, hoping to use wine as the CAS CL-Works is an old 32 bit application.
Followed https://www.davidbaumgold.com/tutorials/wine-mac/ to get wine installed.
WINEARCH=win32 WINEPREFIX=~/.wine32 wine CL-Works_v2.93.0_20151013.exe
Need to set wine to 32Bit, defaults to 64 Bit.
cd .wine32 cd cd .wine32 cd drive_c/ cd Program\ Files/ cd CAS cd CL-Works/ WINEARCH=win32 WINEPREFIX=~/.wine32 wine CL-Works_v2.93.0_20151013.exe This installed fine, but refused to run due to missing DLLs Tried to do the below: WINEARCH=win32 WINEPREFIX=~/.wine32 winetricks mdac28 WINEARCH=win32 WINEPREFIX=~/.wine32 winetricks jet40 And now it runs but asks about databases. May be missing something else. run CL-Works and setup IP config, downloaded PLU Data, looking good.