Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

err 429 activex 1

Status
Not open for further replies.

jsty

Technical User
Joined
Jan 7, 2005
Messages
65
Location
US
Getting error 429 can't create activex component when trying to run this script on Windows 2000...any ideas ?

'This script uses a COM component defined in
'GsSampleTEObjects.DLL the source code for which
'is included in the CCPulse installation package.
'Create the Genesys sound object

Set SoundObject = CreateObject("GsSampleTEObjects.GsActionSoundObject")

'Specify the full path to a WAV file in order to play it.
SoundObject.PlaySoundFile("C:\WINNT\Media\tada.wav")
 
Do you have the DLL registered on the machine?
 
That was it ,,,Thanks alot !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top