Files
FC1/BinkSDK/htmlhelp/Integrating Bink intrv9x5q.html
romkazvo 34d6c5d489 123
2023-08-07 19:29:24 +08:00

35 lines
2.0 KiB
HTML

<!-- This page was created with the RAD auto-doc generator. -->
<!doctype html public "-//w3c//dtd html 3.2 final//en">
<html>
<head>
<title>Integrating Bink into an Xbox Build Environment</title>
<meta http-equiv="content-type" content="text/html; charset=iso8859-1">
<meta name="ms.locale" content="en-us">
<meta name="description" content="">
<meta name="ms-hkwd" content="Integrating Bink into an Xbox Build Environment">
<link rel="stylesheet" title="default" href="reference.css" type="text/css" media="screen">
</head>
<body topmargin="0">
<table cellspacing=0 cellpadding=0 class=bar width=100% height=25>
<tr class=bar>
<td class=bar>
<i>&nbsp;<a href="index.html" class=trn>Bink SDK 1.5v</a></i>
</td>
</tr>
</table>
<h1>Integrating Bink into an Xbox Build Environment</h1>
<h4>Discussion</h4>
<p>To build an application that uses Bink Video, you must include the Bink SDK in the build process. There are three simple steps to do this: 1) Add the Bink SDK directory to your include and library directories in your project. 2) Include <b>Bink.h</b> in your source files. 3) Link with either the <b>BinkXbox.lib</b> static library or the <b>BinkXbox.LTCG.lib</b> link-time-code-generatation static library. The LTCG version is both a little smaller and a little faster, but will cause the link to finish more slowly. Either way Bink is directly linked into your application! And that's it - you should now be able to use Bink! </p>
<p><a href="Distributing Bink onxuuiga.html">Next Topic (Distributing Bink on the Xbox)</a> </p><p><a href="Installation for the Xbox.html">Previous Topic (Installation for the Xbox)</a> </p><p>
<br>
<b>Group:</b>
<a href="The Xbox Platform.html">The Xbox Platform</a></p>
<p align=center>
<a href="mailto:Bink1@radgametools.com">For technical support, e-mail Bink1@radgametools.com</a>
<br>
<a href="http://www.radgametools.com/bnkmain.htm?from=help1.5v">&#169; Copyright 1994-2003 RAD Game Tools, Inc. All Rights Reserved.</a>
</p>
<br>
</body>
</html>