You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
823 B
28 lines
823 B
/*++
|
|
Resources for AWD viewer stub.
|
|
|
|
Copyright (c) 1997 Microsoft Corporation
|
|
|
|
Author:
|
|
Brian Dewey (t-briand) 1997-8-18
|
|
--*/
|
|
|
|
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILEDESCRIPTION_STR "Fax AWD Viewer"
|
|
#define VER_INTERNALNAME_STR "AWDVSTUB.EXE"
|
|
#define VER_ORIGINALFILENAME_STR "AWDVSTUB.EXE"
|
|
|
|
#include "cvernum.h"
|
|
#include "cometver.rc"
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_USEAGE "Usage:\r\nawdvstub [/c] <awd file> [<tiff file>]"
|
|
IDS_TITLE "AWD to TIFF converter"
|
|
IDS_NOVIEW "There is no TIFF viewer on this system."
|
|
IDS_ERRCONV "Error converting AWD file to TIFF."
|
|
IDS_NOTEMPPATH "Error: No location to store temporary files."
|
|
END
|