ctr_makedlexbanner

Table of Contents

  1. Introduction
  2. How to Use
  3. Sample Execution
  4. Revision History

Introduction

ctr_makedlexbanner32.exe is a tool for generating the binary files that distribute downloadable contextual banners.

How to Use

Commands

% ctr_makedlexbanner32.exe EXBNR_BIN_DIRECTORY [OUTPUT_FILE_NAME]

Note: Will not work without ctr_makebannerarchive.dll.

EXBNR_BIN_DIRECTORY

You must specify EXBNR_BIN_DIRECTORY.
This specifies the directory where the BIN files created by ctr_make_ex_banner32.exe are collected.
The valid filenames that can be included within EXBNR_BIN_DIRECTORY_PASS are limited to the following.

COMMON.bin
EUR_EN.bin
EUR_FR.bin
EUR_GE.bin
EUR_IT.bin
EUR_SP.bin
EUR_DU.bin
EUR_PO.bin
EUR_RU.bin
JPN_JP.bin
USA_EN.bin
USA_FR.bin
USA_SP.bin
USA_PO.bin

Any other included files are ignored.

Not all languages need to be included, nor does COMMON.bin need to be included.
Specify either a relative path from the current directory or an absolute path.

OUTPUT_FILE_NAME

Specifies the output filename. If nothing is specified, then a file named dlexbanner.bin is output to the current directory.

Sample Execution

Assume a folder structure configured as shown below.

DLExBanner ━┳━ ctr_makedlexbanner32.exe
┃   
┣━ ctr_makebannerarchive.dll

┗━ binfolder ━┳━ COMMON.bin
┣━ JPN_JP.bin
┣━ EUR_DU.bin
┗━ EUR_EN.bin
     

In the ./DLExBanner folder, if we run the command

% ctr_makedlexbanner32.exe binfolder dlexbnr.bin

./DLExBanner/dlexbnr.bin file is output as the execution result.

Revision History

2011/01/19
Initial version.

CONFIDENTIAL