home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
POINT Software Programming
/
PPROG1.ISO
/
misc
/
vfwdk
/
samples
/
bravado
/
vblaster.rc
< prev
next >
Wrap
Text File
|
1993-01-19
|
907b
|
28 lines
#include <windows.h>
#include "ct.h"
#include "config.h"
#define VERSIONNAME "vblaster.drv\0"
#define VERSIONDESCRIPTION "Creative Labs VideoBlaster Driver\0"
#include "ct.rcv"
#include "config.dlg"
#include "vidsrc.dlg"
#include "vidfmt.dlg"
#include "viddsp.dlg"
// Localizable strings - these are read into aszErrorBuffer (defined in
// initc.c and currently 250 bytes long). Keep this buffer the length of
// the longest error message plus about 30% for localization.
STRINGTABLE MOVEABLE DISCARDABLE
BEGIN
IDS_ERRBADPORT "A configuration or hardware problem has occurred.\nUse the Drivers option in the Control Panel\nto re-configure the Targa driver."
IDS_ERRBADCONFIG "The port and/or interrupt settings do not match those on the card. Check your hardware settings, and then try again."
IDS_VCAPPRODUCT "Creative Labs Video Blaster"
END