Custom Query (162 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 162)

Ticket Resolution Summary Owner Reporter
#61 fixed 派生クラスから基底クラスへのインスタンスコピーまたは参照を可能にする dai dai
#63 fixed インタフェース同士でのオーバーライドができない dai イグトランス (egtra)
Description

次のコードがコンパイルエラーになります。

Interface IFoo
    Sub Method() '文法が間違っています
End Interface

Interface IBar
    Inherits IFoo

    Sub Method() 'Override修飾子の指定が無い状況でオーバーライドを行うことはできません。
End Interface

また、IBar.MethodにOverrideを付けると「文法が間違っています」となってしまいます。

#66 fixed 文字列リテラルが*Byteと認識される dai イグトランス (egtra)
Description

次のコードで(Unicodeを使用するかどうかに関係なく)警告が表示される。

#strict
Dim p As *Char
p = "hello"
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.