Intro_En.html 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <html>
  2. <head>
  3. <title>
  4. Bind a Dll to LuaEdit (Tutorial) - Introduction
  5. </title>
  6. </head>
  7. <body bgcolor="#FFFFFF" vlink="silver" alink="navy" link="navy">
  8. <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
  9. <tr>
  10. <td valign="bottom">
  11. <div align="left">
  12. <b><font face="Tahoma" size="3" color="navy">Introduction</font></b>
  13. </div>
  14. </td>
  15. <td>
  16. <font face="Tahoma" size="1" color="silver">
  17. <div align="right" valign="top">
  18. <a href="http://www.lua.org">Lua homepage</a>
  19. </div>
  20. </font>
  21. </td>
  22. </tr>
  23. <tr valign="top">
  24. <td colspan="2">
  25. <hr size="1" color="#000000">
  26. <br>
  27. <br>
  28. <font face="Tahoma" size="2">
  29. <p style="text-align:justify">
  30. Welcome to the "Bind a Dll to LuaEdit" tutorial. This tutorial will show you how to
  31. bind LuaEdit to a dll file that export the LuaEdit's "Initializer" function (we will see
  32. this in detail later) to allow runtime script debugging. This tutorial should take 1
  33. to 2 hours for a beginner or a few minutes for an expert. No material is required
  34. for this tutorial besides the distributed files with this tutorial and the version 2.5 (or better) of LuaEdit.
  35. (A free copy of LuaEdit is available <a href="http://luaforge.net/frs/?group_id=84">
  36. here</a>) All the way through this tutorial you should always be able to locate "&lt;&lt;
  37. Previous" and "Next &gt;&gt;" links on the bottom of each page. Also, look for any
  38. <b>Hints</b> sections. They may be useful to you if you're not used to LuaEdit's
  39. interface or if you wish to expand your knowledges. Good luck!
  40. </p>
  41. <br>
  42. </font>
  43. </td>
  44. </tr>
  45. <tr>
  46. <td valign="bottom">
  47. <font face="Tahoma" size="2">
  48. <div align="left" valign="bottom">
  49. <a href="..\Welcome.html">&lt;&lt; Previous</a>
  50. </div>
  51. </td>
  52. <td>
  53. <font face="Tahoma" size="2">
  54. <div align="right" valign="bottom">
  55. <a href=".\Page1_En.html">Next &gt;&gt;</a>
  56. </div>
  57. </font>
  58. </td>
  59. </tr>
  60. <tr>
  61. <td colspan="2">
  62. <font face="Tahoma" size="1" color="silver">
  63. <hr size="1" color="#000000">
  64. <div align="right">
  65. <a href="http://www.luaedit.org">www.luaedit.org</a>
  66. <br>
  67. © Copyright 2004-2005 LuaEdit
  68. <br>
  69. Bind a Dll to LuaEdit (Tutorial)
  70. </div>
  71. </font>
  72. </td>
  73. </tr>
  74. </table>
  75. </body>
  76. </html>