/*++ Resources for AWD viewer stub. Copyright (c) 1997 Microsoft Corporation Author: Brian Dewey (t-briand) 1997-8-18 --*/ #include #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] []" 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