Custom Query (162 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 162)

Ticket Resolution Summary Owner Reporter
#138 fixed インターフェイス機構を導入する dai dai
Description

多重継承をサポートするインターフェイスプログラミングの機構を導入する。

今までのCOMなどを扱うローレベルなインターフェイスは "Regacy Interface" として扱う。

#137 fixed SPrintF関数の実装 イグトランス (egtra) イグトランス (egtra)
Description

Cの文字列書式化関数sprintfを実装する。

書式化のオプション(精度、正符号など)は、String.Formatなどで指定可能なものと殆ど一致しているため、これらにも使い回す。

#136 fixed 引数がある戻り値が構造体の関数が呼び出せない dai OverTaker
Description

time = Fx(10)のところが文法エラーになってしまいます。

Dim time As FILETIME
time = Fx(10)

Function Fx(v As Long) As FILETIME
End Function
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.