【じゃ】HSP初質P52【自己解決ゥ!】

このエントリーをはてなブックマークに追加
672デフォルトの名無しさん
#module
#uselib "USER32.DLL"
#func MessageBox "MessageBoxA" int , int , int , int
#deffunc doubledialog str mes1 , str mes2
str1 = mes1 : str2 = mes2
pstr1 = varptr( str1 )
pstr2 = varptr( str2 )
MessageBox hwnd , pstr1 , 0 , 0
MessageBox hwnd , pstr2 , 0 , 0
return
#global

doubledialog "Test1","Test2"


こうか?w