1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4<meta http-equiv="Content-Style-Type" content="text/css">
5<title>ctr_makedlexbanner32.exe</title>
6<style type="text/css">
7<!--
8body {
9/*
10    font-size       : 10pt;
11*/
12    font-weight     : normal;
13    color           : #000000;
14    margin          : 8px;
15}
16div {
17    width           : 98%;
18    white-space     : nowrap;
19}
20div.title {
21    text-align      : left;
22    font-weight     : bold;
23/*
24    font-size       : 16pt;
25*/
26    font-size       : 150%;
27    color           : #202020;
28    border-style    : double;
29    border-width    : 8px;
30    /* タイトルを囲む枠線の色を指定 */
31    border-color    : #FF6600;
32    /* RVLプラットフォーム系列 */
33/*
34    border-color    : #34beed;
35*/
36    /* TWLプラットフォーム系列 */
37/*
38    border-color    : #ff458f;
39*/
40    margin          : 4px;
41    padding         : 4px;
42}
43H1 {
44  font-size   : 150%;
45  font-family   : Arial;
46  border-bottom-width : 5px;
47  border-bottom-style : solid;
48  border-bottom-color : #FF6600;
49  padding-bottom    : 1px;
50  margin-bottom   : 20px;
51  letter-spacing    : normal;
52  font-weight   : bold;
53}
54h2 {
55    font-weight     : bold;
56/*
57    font-size       : 16pt;
58*/
59    font-size       : 150%;
60    border-style    : none none solid double;
61    border-width    : 0px 0px 2px 8px;
62    /* 見出しの線の色を指定 */
63    border-color    : #FF6600;
64    /* RVLプラットフォーム系列 */
65/*
66    border-color    : #34beed;
67*/
68    /* TWLプラットフォーム系列 */
69/*
70    border-color    : #ff458f;
71*/
72    margin-left     : 2px;
73    padding-left    : 4px;
74}
75CODE {
76  font-family   : "Courier New", monospace;
77  position    : normal;
78  left      : 12px;
79  font-size   : 10pt;
80}
81table {
82  margin-top        : 2pt;
83  margin-bottom     : 2pt;
84  margin-left       : 0pt;
85  margin-right      : 0pt;
86  padding-left      : 0pt;
87  padding-right     : 0pt;
88  position          : relative;
89  left              : 12px;
90  font-family       : Arial;
91  font-size         : 10pt;
92  border-style      : none none none none;
93}
94td,th {
95  padding           : 2pt;
96  border-width      : 2pt;
97  border-style      : none none none none;
98  font-style        : normal;
99  text-align        : left;
100}
101td {
102  background        : #e8f4f4;
103  font-weight       : normal;
104}
105th {
106  background        : #c0d8d8;
107  font-weight       : bold;
108}
109p {
110    margin-left     : 4px;
111}
112p.code {
113  font-family   : "Courier New", monospace;
114  position    : normal;
115  left      : 12px;
116  font-size   : 10pt;
117  background            : #e8f4f4;
118}
119    .style1
120    {
121        color: #800000;
122        font-weight: bold;
123    }
124    -->
125</style>
126</head>
127<body>
128<a name="top"></a> <!-- ※注意事項 --> <!--  ・(任意)となっているものは、記載が無くても問題ありません。 --> <!--  ・各項目についてる(必須)や(任意)は、作成後に削除してください。 --> <!--  ・各項目内の書き方は、パッケージごとに自由で問題ありませんが、同じパッケージ内で違いがでないようにしてください。 --> <!--  ・タグはすべて小文字、終了タグを持たないものは「/>」で閉じてください。--> <!--  ・HTMLコードのインデントは、各種社内コード規約と同様にスペース4文字か4文字幅のタブになるようにしてください-->
129<h1><CODE>ctr_makedlexbanner</CODE></h1>
130<h1>Table of Contents</h1>
131<ol>
132  <li><a href="#intro">Introduction</a></li>
133  <li><a href="#usage">How to Use</a></li>
134  <li><a href="#sample">Sample Execution</a></li>
135  <li><a href="#history">Revision History</a></li>
136</ol>
137<h2><a name="intro">Introduction</a></h2>
138<p><CODE>ctr_makedlexbanner32.exe</CODE> is a tool for generating the binary files that distribute downloadable contextual banners.</p>
139<h2><a name="usage">How to Use</a></h2>
140<h3>Commands</h3>
141<p class="code">
142    % ctr_makedlexbanner32.exe EXBNR_BIN_DIRECTORY [OUTPUT_FILE_NAME]<br />
143<p class="first_ja">
144<B>Note:</B> Will not work without <CODE>ctr_makebannerarchive.dll</CODE>.<br />
145<h3><CODE>EXBNR_BIN_DIRECTORY</CODE></h3>
146<p class="first_ja">
147You must specify <CODE>EXBNR_BIN_DIRECTORY</CODE>. <br />
148This specifies the directory where the BIN files created by <CODE>ctr_make_ex_banner32.exe</CODE> are collected.<br />
149The valid filenames that can be included within <CODE>EXBNR_BIN_DIRECTORY_PASS</CODE> are limited to the following.</p>
150<p class="code">
151COMMON.bin<br /> EUR_EN.bin<br /> EUR_FR.bin<br /> EUR_GE.bin<br /> EUR_IT.bin<br /> EUR_SP.bin<br /> EUR_DU.bin<br /> EUR_PO.bin<br /> EUR_RU.bin<br /> JPN_JP.bin<br /> USA_EN.bin<br /> USA_FR.bin<br /> USA_SP.bin<br /> USA_PO.bin<br />
152</p>
153<p class="first_ja">
154Any other included files are ignored.<br /> <br /> Not all languages need to be included, nor does <CODE>COMMON.bin</CODE> need to be included. <br />Specify either a relative path from the current directory or an absolute path.</p>
155<h3><CODE>OUTPUT_FILE_NAME</CODE></h3>
156<p class="first_ja">
157Specifies the output filename. If nothing is specified, then a file named <CODE>dlexbanner.bin</CODE> is output to the current directory.
158<h2><a name="sample">Sample Execution</a></h2>
159Assume a folder structure configured as shown below.<br />
160<p class="code">
161DLExBanner ━┳━ ctr_makedlexbanner32.exe<br /> ┃   <br /> ┣━ ctr_makebannerarchive.dll<br /> ┃<br /> ┗━ binfolder ━┳━ COMMON.bin<br /> ┣━ JPN_JP.bin<br /> ┣━ EUR_DU.bin<br /> ┗━ EUR_EN.bin<br />
162         </p>
163In the <CODE>./DLExBanner</CODE> folder, if we run the command
164<p class="code">
165    % ctr_makedlexbanner32.exe binfolder dlexbnr.bin
166<p class="first_ja">
167<CODE>./DLExBanner/dlexbnr.bin</CODE> file is output as the execution result.<br />
168<h2><a name="history">Revision History</a></h2>
169    <dl class="history">
170      <dt>2011/01/19</dt>
171      <dd>Initial version.<br />
172      </dd>
173    </dl>
174<hr><p>CONFIDENTIAL</p></body>
175</html>
176