Subject Sound API problems with win10 and upgrade 10.3
From Phyl <DeletethisPhylsys@sbcglobal.net>
Date Thu, 23 Jun 2016 17:31:56 -0400
Newsgroups dbase.getting-started

Recent upgrade to ver 10.3 from 9.5.1. A custom application for inventory executes on all 8 workstations  but gives OLE Dispatch Exception Error.
And from a dot prompt get same error on third line of test prg....

// test the sound api, looping through all the alphabet
oSound=new OLEAutoClient("SAPI.SPVoice")
for i=asc("A") to asc("z")
? oSound.speak(chr(i))
sleep .1
next
for i=asc("0") to asc("9")
oSound.speak(chr(i))
sleep.1
next


Using Win 10 pro Ver 1511 32bit OS build 10586.420

Media player and realplayer program work w/o exception...
I have downloaded SDK 5.1 Dev kit
I read something about the sapi not being avail on WIN 10 its using WASAPI that can be configured for WASAPI OLE with Foobar Player or JRiver Player
Perhaps a reinstall will also help?
Any insight here will be much appreciated.

Phyl