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} 16 17div { 18 width : 98%; 19 white-space : nowrap; 20} 21 22div.title { 23 text-align : left; 24 font-weight : bold; 25/* 26 font-size : 16pt; 27*/ 28 font-size : 150%; 29 color : #202020; 30 border-style : double; 31 border-width : 8px; 32 /* タイトルを囲む枠線の色を指定 */ 33 border-color : #FF6600; 34 35 /* RVLプラットフォーム系列 */ 36/* 37 border-color : #34beed; 38*/ 39 40 /* TWLプラットフォーム系列 */ 41/* 42 border-color : #ff458f; 43*/ 44 45 margin : 4px; 46 padding : 4px; 47} 48H1 { 49 font-size : 150%; 50 font-family : Arial; 51 border-bottom-width : 5px; 52 border-bottom-style : solid; 53 border-bottom-color : #FF6600; 54 padding-bottom : 1px; 55 margin-bottom : 20px; 56 letter-spacing : normal; 57 font-weight : bold; 58} 59 60h2 { 61 font-weight : bold; 62/* 63 font-size : 16pt; 64*/ 65 font-size : 150%; 66 border-style : none none solid double; 67 border-width : 0px 0px 2px 8px; 68 /* 見出しの線の色を指定 */ 69 border-color : #FF6600; 70 71 /* RVLプラットフォーム系列 */ 72/* 73 border-color : #34beed; 74*/ 75 76 /* TWLプラットフォーム系列 */ 77/* 78 border-color : #ff458f; 79*/ 80 81 margin-left : 2px; 82 padding-left : 4px; 83} 84CODE { 85 font-family : "Courier New", monospace; 86 position : normal; 87 left : 12px; 88 font-size : 10pt; 89} 90table { 91 margin-top : 2pt; 92 margin-bottom : 2pt; 93 margin-left : 0pt; 94 margin-right : 0pt; 95 padding-left : 0pt; 96 padding-right : 0pt; 97 position : relative; 98 left : 12px; 99 font-family : Arial; 100 font-size : 10pt; 101 border-style : none none none none; 102} 103td,th { 104 padding : 2pt; 105 border-width : 2pt; 106 border-style : none none none none; 107 font-style : normal; 108 text-align : left; 109} 110td { 111 background : #e8f4f4; 112 font-weight : normal; 113} 114th { 115 background : #c0d8d8; 116 font-weight : bold; 117} 118 119p { 120 margin-left : 4px; 121} 122p.code { 123 font-family : "Courier New", monospace; 124 position : normal; 125 left : 12px; 126 font-size : 10pt; 127 background : #e8f4f4; 128} 129 130 .style1 131 { 132 color: #800000; 133 font-weight: bold; 134 } 135 136 --> 137</style> 138 139</head> 140<body> 141<a name="top"></a> 142 143<h1><CODE>ctr_makedlexbanner</CODE></h1> 144 145<h1>Table of Contents</h1> 146<ol> 147 <li><a href="#intro">Introduction</a></li> 148 <li><a href="#usage">How to Use</a></li> 149 <li><a href="#sample">Sample Execution</a></li> 150 <li><a href="#history">Revision History</a></li> 151</ol> 152 153 154 155<h2><a name="intro">Introduction</a></h2> 156<p><CODE>ctr_makedlexbanner32.exe</CODE> is a tool for generating the binary files that distribute downloadable contextual banners.</p> 157 158<h2><a name="usage">How to Use</a></h2> 159 160 161<h3>Commands</h3> 162 163 164<p class="code"> 165 % ctr_makedlexbanner32.exe EXBNR_BIN_DIRECTORY [OUTPUT_FILE_NAME] 166<br /><p class="first_ja"> 167NOTE: The command won't work unless <CODE>ctr_makebannerarchive.dll</CODE> is present. 168<br /> 169<h3><CODE>EXBNR_BIN_DIRECTORY</CODE></h3> 170<p class="first_ja"> 171The <CODE>EXBNR_BIN_DIRECTORY</CODE> specification is required. 172<br /> 173Specifies the directory where all of the BIN files created by <CODE>ctr_make_ex_banner32.exe</CODE> are located. 174<br /> 175The valid filenames that can be included within <CODE>EXBNR_BIN_DIRECTORY_PASS</CODE> are limited to the following.</p> 176<p class="code"> 177COMMON.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 /> 178</p> 179 180<p class="first_ja"> 181Any 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 /> The path is a relative path from the current directory. An absolute path can also be specified.</p> 182 183<h3><CODE>OUTPUT_FILE_NAME</CODE></h3> 184<p class="first_ja"> 185Specifies the output filename. When unspecified, a file with the name <CODE>dlexbanner.bin</CODE> is output to current directory. 186<br /> 187 188 189 190 191<h2><a name="sample">Sample Execution</a></h2> 192 193Assume that the folder structure is as shown below. 194<br /> 195<p class="code"> 196DLExBanner ━┳━ 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 /> 197 </p> 198 199In the <CODE>./DLExBanner</CODE> folder, if we run the command 200<p class="code"> 201 % ctr_makedlexbanner32.exe binfolder dlexbnr.bin 202<p class="first_ja"> 203the execution result will be to output the file, <CODE>./DLExBanner/dlexbnr.bin</CODE>. 204<br /> 205 206<h2><a name="history">Revision History</a></h2> 207 <dl class="history"> 208 <dt>2011/01/19</dt> 209 <dd>Initial version.<br /> 210 </dd> 211 </dl> 212<hr><p>CONFIDENTIAL</p></body> 213</html> 214