Develop and Download Open Source Software

Browse CVS Repository

Diff of /exerb/htdocs/index.html

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.28 by yuya, Fri Sep 20 09:40:29 2002 UTC revision 1.29 by yuya, Wed Sep 25 09:05:54 2002 UTC
# Line 145  $ cvs -d:pserver:anonymous@cvs.sourcefor Line 145  $ cvs -d:pserver:anonymous@cvs.sourcefor
145    
146  <h1><a name="bug">既知のバグ</a></h1>  <h1><a name="bug">既知のバグ</a></h1>
147    
148  <h2>Version 2.0.0</h2>  <p>
149    Exerb 2.1.0における、既知のバグ。
150    </p>
151    
152  <dl>  <dl>
 <dt>rb_require関数でアーカイブ内の拡張ライブラリをロードできない(対応済み。2.1.0で解決予定。)</dt>  
 <dd>Exerbでは、Rubyレベルのrequireではアーカイブ内の拡張ライブラリを読み込むことができますが、C言語レベルのrb_require関数では読み込むことはできません。この問題は、事前にrequireしておくことで回避可能です。  
 <pre>  
 require 'digest'     # この行を追加  
 require 'digest/md5' # digest/md5.so で digest.so が require されている  
 puts Digest::MD5.hexdigest('String')  
 </pre>  
 </dd>  
153  <dt>Apolloの拡張ライブラリ(phi.so)をrequireすると、SEGVが発生する(原因判明。対応作業中)</dt>  <dt>Apolloの拡張ライブラリ(phi.so)をrequireすると、SEGVが発生する(原因判明。対応作業中)</dt>
154  <dd>これはphi.soの中に、mswin32-ruby16.dllをロードする処理があるためです。現在、対応を検討中です。</dd>  <dd>これはphi.soの中に、mswin32-ruby16.dllをロードする処理があるためです。現在、対応を検討中です。</dd>
155  </dl>  </dl>
# Line 190  Exerbによって生成された実行形式ファイル?/span> Line 184  Exerbによって生成された実行形式ファイル?/span>
184  <h1><a name="link">リンク</a></h1>  <h1><a name="link">リンク</a></h1>
185    
186  <p>  <p>
187  一緒に使うと(単独でも)幸せになれるもの。  一緒に使うと(単独でも)幸せになれるもの、ほか。
188  </p>  </p>
189    
190  <dl>  <dl>

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26