Hello guys!
I recently started using a Mac, and I was wondering if anyone uses GetKiss and soundmodem on Mac?
Thanks!
Well that is one I haven’t tried (These are Windows only programs).
You could try to do the same as on Linux, install a wine 32 bit version and see how far you will get.
I guess the main challenge will be to route audio towards an UZ7HO soundmodem.
Here some information that is used to get it running on Linux:
#
# modify .bashrc or .profile with the following variables
#
WINEARCH=win32
WINEPREFIX=${HOME}/wine
export WINEARCH WINEPREFIX
sudo apt-get install wine wintricks mfc42 vcrun2010 vb6run
# download hs_soundmodem21.zip, agw_onlinekiss.zip and the OCX files
# used by agw_onlinekiss
# create dir ${WINEPREFIX}
# create dir with ${WINEPREFIX}/drive_c/UZ7HO/HS/<unzip hs_soundmodem21.zip>
# create dir with ${WINEPREFIX}/drive_c/AGW-OnlineKISS/<unzip agw_onlinekiss.zip>
# create dir with ${WINEPREFIX}/drive_c/OCX/<place all ocx file in there>
# register all the ocx files:
cd ${WINEPREFIX}/drive_c/OCX
wine regsvr32 mscomm32.ocx
wine regsvr32 COMCTL32.OCX
wine regsvr32 MSCOMCTL.OCX
wine regsvr32 MSINET.OCX
wine regsvr32 mswinsck.ocx
wine regsvr32 RICHTX32.OCX
wine regsvr32 COMDLG32.OCX
alias hs_soundmodem='wine ${WINEPREFIX}/drive_c/UZ7HO/HS/hs_soundmodem.exe'
alias agw_onlinekiss='agw_onlinekiss ${WINEPREFIX}/AGW-OnlineKISS/agw_online_kiss.exe'
Good luck
2 Likes