Custom Query (162 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 162)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#113 fixed Declareに名前空間を適用する。 dai dai
Description

現在、Declareに名前空間が適用されておらず、下記のようなソースコードがコンパイルエラーになってしまう。

Namespace ParentArea
	Declare mb Lib "user32" Alias "MessageBoxA" (hwnd As HWND, msg As LPSTR, title As LPSTR, flags As Long) As Long
End Namespace

ParentArea.mb(0,"test","test",0)
#165 duplicate Declareの引数にオブジェクト型を指定できない。 dai イグトランス (egtra)
Description

これにより、インタフェースを引数に取る関数が軒並みポインタのまま変更できない。例えばRegisterDragDrop (ole2.ab)がそうである。

#46 fixed Declareステートメントの文字列パラメータでConst定義されたものを使いたい dai dai
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.