| 94 |
|
|
| 95 |
<h1><a name="faq">FAQ</a></h1> |
<h1><a name="faq">FAQ</a></h1> |
| 96 |
|
|
| 97 |
<p>(coming soon...)</p> |
<dl> |
| 98 |
|
<dt>Q1. How do I pronounce 'Exerb'?</dt> |
| 99 |
|
<dd>A1. Lots of Japanese people pronounce it 'eguzerbu' or 'iguzerbu' with special thanks to Mr. Sugimushi on ruby-list. It is named by him.</dd> |
| 100 |
|
<dt>Q2. Is Exerb executable only on Windows?</dt> |
| 101 |
|
<dd>A2. No. Exerb itself is executable on any plathome with Ruby.</dd> |
| 102 |
|
<dt>Q3. Can I execute a executalbe file (.exe) only on Windows?</dt> |
| 103 |
|
<dd>A3. Yes. You can execute it on Windows with Win32API.</dd> |
| 104 |
|
<dt>Q4. Is it need any compiler to make Exerb executable file?</dt> |
| 105 |
|
<dd>A4. No. You can make it only with Exerb and Ruby.</dd> |
| 106 |
|
<dt>Q5. Which tool is need to compile Exerb core?</dt> |
| 107 |
|
<dd>A5. To compile Exerb core, you need Microsoft VisualC++ 6.0. But you can use the core included without any compiler.</dd> |
| 108 |
|
<dt>Q6. Can I distribute executable files made by Exerb with license free?</dt> |
| 109 |
|
<dd>A6. Yes. You can distribute executable files made by Exerb with license free, but Exerb itself must be distributed with LGPL License.</dd> |
| 110 |
|
<dt>Q7. I can't execute executable file made by Exerb.</dt> |
| 111 |
|
<dd>A7. You should better execute your script file on Ruby for mswin32. But when you can't execute executable file, please send your script source code (It must be simplized code as possible as you can.) to 'yuya@katoden.co.jp'.</dd> |
| 112 |
|
<dt>Q8. How can I create definition file (.rbc) automaticaly?</dt> |
| 113 |
|
<dd>A8. You can create it automaticaly by this way, but it is not a perfect way. When your script file is 'foo.rb', execute this command to create 'foo.rbc'.<pre>$ ruby -r exerb/mkrbc foo.rb</pre>The created file 'foo.rbc' will only have definitions for 'require' at Ruby executing.</dd> |
| 114 |
|
<dt>Q9. What to do when I find bugs in Exerb?</dt> |
| 115 |
|
<dd>A9. Please send to ML, Bug tracking system or 'yuya@katoden.co.jp' any information of the scene or the way bugs appear again.</dd> |
| 116 |
|
<dt>Q10. I want to join Exerb developers. How do I do?</dt> |
| 117 |
|
<dd>A10. You are a member of Exerb project when you join to exerb-developer ML. :-)</dd> |
| 118 |
|
<!-- |
| 119 |
|
<dt>Q11. When I execute a executable file with the run-time core, the message "アプリケーションを正しく初期化できませんでした(0xc0000022)。[OK]をクリックしてアプリケーションを終了してください。" has appeared.</dt> |
| 120 |
|
<dd>A11. This error message means that run-time core dll does not have a property executable access. It must be added a property for executable access.</dd> |
| 121 |
|
--> |
| 122 |
|
<dt>Q11. (...)</dt> |
| 123 |
|
<dd>A11. (...)</dd> |
| 124 |
|
<dt>Q12. The error message "Fail to modify the import table. exe file name is too long." has appeared.</dt> |
| 125 |
|
<dd>A12. This message means that the exe file name must be written in 17 characters.</dd> |
| 126 |
|
</dl> |
| 127 |
|
|
| 128 |
<h1><a name="ml">Mailing List</a></h1> |
<h1><a name="ml">Mailing List</a></h1> |
| 129 |
|
|