2006年7月24日 (月)
|
REALbasic 2006r3の既知のバグ
まず、ちょっとびっくりするバグ
MsgBox "Hello"// ヘローとメッセージを出す
みたいに行末をコメントアウトして日本語を入力すると、その行が化ける。元に戻らない。
それから、http://www.monkeybreadsoftware.de/realbasic/plugins.shtmlに書いてあったバグ。
REALbasic 2006r3 has a bug in the linker which makes your application much bigger as additional plugins are linked into the application. Those plugins are not referenced and not used, but RB still adds them to your application. Reason unknwon.
Rb2006r3ではリンカーにバグがあるため、アプリケーションをビルドする際に、使わないプラグインまでリンクさせておりこのためにアプリケーションが無駄に大きくなっている。なぜ、これを直さないのかね。 みたいな感じか。Rb2006r3でもまだ直っていないみたいに読めるんだけどそうなのかな。
|
|