Custom Query (162 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (91 - 93 of 162)

Ticket Resolution Summary Owner Reporter
#96 fixed 引数で構造体の値渡しが正しくできない dai OverTaker
Description
Type X
	a As Long
	b As Long
End Type

Function fx(x As X) As Long
	debug 'ここでx.aとx.bの値がおかしくなる
End Function

Dim t As X
t.a = 123457
t.b = 890123
fx(t)
#95 fixed Include\basic.sbpがないとIDEが立ち上がらない dai OverTaker
Description

UserSettings\editor.iniでIncludeディレクトリへのパスを変更しても、IDEが立ち上がるときは初期設定の場所をチェックしている模様。

#94 fixed プロジェクトオプションから#strict指定を取り除く dai dai
Description

#strictを不要なディレクティブにしたので、プロジェクトオプションからも消す。

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.