//***************************************************************************
//*     Copyright (c) Microsoft Corporation 1996. All rights reserved.      *
//***************************************************************************
//*                                                                         *
//* UPDFILE.RC -                                                            *
//*                                                                         *
//***************************************************************************

#include "resource.h"


STRINGTABLE DISCARDABLE
BEGIN
    IDS_SUCCESS                 "Successfully added '%1' to '%2'."

    IDS_ERR_INVALID_ARGS        "Error: Incorrect arguments.\n\nSyntax: Updfile <iexpress package> <file to add>"
    IDS_ERR_GET_FULL_PATH       "Error: Could not get full path to '%1'."
    IDS_ERR_FILE_NOT_EXIST      "Error: The file '%1' does not exist."
    IDS_ERR_LOAD_EXE            "Error: The IExpress package '%1' could not be loaded."
    IDS_ERR_BEGIN_UPD_RES       "Error: Failed resource update initialization of IExpress package '%1'."
    IDS_ERR_OPEN_INPUT_FILE     "Error: Could not open '%1' for reading."
    IDS_ERR_NO_MEMORY           "Error: Not enough free memory to continue."
    IDS_ERR_READ_INPUT_FILE     "Error: Could not read from '%1'."
    IDS_ERR_UPDATE_RES          "Error: Could not update resource in IExpress package '%1'."
    IDS_ERR_END_UPD_RES         "Error: Could not complete resource update of IExpress package '%1'.\n       The file may be in use or you may not have write access to it."
END



//***************************************************************************
//* VERSION STAMP                                                           *
//***************************************************************************
RCINCLUDE updfile.rcv