Opened 17 years ago

Closed 17 years ago

#113 closed タスク (fixed)

Declareに名前空間を適用する。

Reported by: dai Owned by: dai
Priority: 中-major Milestone: AB5 CP4
Component: Compiler Version:
Keywords: Cc:

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)

Change History (1)

comment:1 by dai, 17 years ago

Resolution: fixed
Status: newclosed

[242]にて対応。

Note: See TracTickets for help on using tickets.