123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <html>
- <head>
- <title>
- Bind a Dll to LuaEdit (Tutorial) - Introduction
- </title>
- </head>
- <body bgcolor="#FFFFFF" vlink="silver" alink="navy" link="navy">
- <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
- <tr>
- <td valign="bottom">
- <div align="left">
- <b><font face="Tahoma" size="3" color="navy">Introduction</font></b>
- </div>
- </td>
- <td>
- <font face="Tahoma" size="1" color="silver">
- <div align="right" valign="top">
- <a href="http://www.lua.org">Lua homepage</a>
- </div>
- </font>
- </td>
- </tr>
- <tr valign="top">
- <td colspan="2">
- <hr size="1" color="#000000">
- <br>
- <br>
- <font face="Tahoma" size="2">
- <p style="text-align:justify">
- Welcome to the "Bind a Dll to LuaEdit" tutorial. This tutorial will show you how to
- bind LuaEdit to a dll file that export the LuaEdit's "Initializer" function (we will see
- this in detail later) to allow runtime script debugging. This tutorial should take 1
- to 2 hours for a beginner or a few minutes for an expert. No material is required
- for this tutorial besides the distributed files with this tutorial and the version 2.5 (or better) of LuaEdit.
- (A free copy of LuaEdit is available <a href="http://luaforge.net/frs/?group_id=84">
- here</a>) All the way through this tutorial you should always be able to locate "<<
- Previous" and "Next >>" links on the bottom of each page. Also, look for any
- <b>Hints</b> sections. They may be useful to you if you're not used to LuaEdit's
- interface or if you wish to expand your knowledges. Good luck!
- </p>
- <br>
- </font>
- </td>
- </tr>
- <tr>
- <td valign="bottom">
- <font face="Tahoma" size="2">
- <div align="left" valign="bottom">
- <a href="..\Welcome.html"><< Previous</a>
- </div>
- </td>
- <td>
- <font face="Tahoma" size="2">
- <div align="right" valign="bottom">
- <a href=".\Page1_En.html">Next >></a>
- </div>
- </font>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <font face="Tahoma" size="1" color="silver">
- <hr size="1" color="#000000">
- <div align="right">
- <a href="http://www.luaedit.org">www.luaedit.org</a>
- <br>
- © Copyright 2004-2005 LuaEdit
- <br>
- Bind a Dll to LuaEdit (Tutorial)
- </div>
- </font>
- </td>
- </tr>
- </table>
- </body>
- </html>
|