12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <html>
- <head>
- <title>
- Bind a Dll to LuaEdit (Tutorial) - Welcome
- </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">Welcome</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" align="center">
- <hr size="1" color="#000000">
- <font face="Tahoma" size="5" color="navy">
- <br>
- <br>
- <u>Bind a Dll to LuaEdit (Tutorial)</u>
- <br>
- <font face="Tahoma" size="1" color="navy">
- <a href="mailto:[email protected]?subject=About Bind a Dll to LuaEdit (Tutorial)...">Written by Jean-Francois Goulet</a>
- <br>
- <br>
- <br>
- <br>
- <br>
- <font face="Tahoma" size="2">
- <a href=".\English\Intro_En.html">Welcome (english)</a>
- <br>
- <br>
- <a href=".\Francais\Intro_Fr.html">Bienvenue (français)</a>
- <br>
- <br>
- <br>
- <br>
- <br>
- <br>
- <br>
- <br>
- <br>
- </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>
|