IDS_ENUMWARNING "Drivers will not be enumerated until DSStream is run again."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_ERROR_APPINIT "Could not initialize application"
IDS_ERROR_INSTANCEINIT "Could not initialize an instance of this application"
IDS_ERROR_REGISTERCLASS "RegisterClass() failed while attempting to register the main application window class"
IDS_ERROR_MAINWNDCREATE "Could not create the main application window: CreateWindow() failed."
IDS_ERROR_DSCREATE "Could not create a Directsound object: Either the required device is busy, or the DirectSound subsystem is not properly installed."
IDS_ERROR_WAVEFILEOPEN "Could not open the requested WAVE file: Resources may be running low"
IDS_ERROR_WAVENOTPCM "The selected WAVE file is not a PCM encoded file and cannot be opened by this application."
IDS_ERROR_WAVESEEKFAILED
"An error occured while attempting to seek to the data chunk of the WAVE file: the file may be corrupt."
IDS_ERROR_DSBCREATE "The application was unable to create a DirectSoundBuffer object. Resources may be running low or the sound device may be busy."
IDS_ERROR_PAN "Pan"
IDS_ERROR_VOL "Volume"
IDS_ERROR_FREQ "Freq"
IDS_ERROR_DSCOOPERATIVE "Could not set Cooperative Level on DirectSound object!"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_ERROR_PROG "Prog"
IDS_ERROR_CHILDTEMPLATE "Unable to create the %s %s control -- CreateWindow() failed in CreateChildren(). Resources may be running low."
IDS_ERROR_TRACKBAR "Trackbar"
IDS_ERROR_BUTTON "Button"
IDS_ERROR_STATICTEXT "Static Text"
IDS_ERROR_GETTEXTEXTENT "Unable to determine text size while creating child controls: GetTextExtentPoint32() failed."