Code: Select all
If OpenLibrary(0, "USER32.DLL")
*MessageBox = GetFunction(0, "MessageBoxA")
If *MessageBox
CallFunctionFast(*MessageBox, 0, "Body", "Title", 0)
EndIf
CloseLibrary(0)
EndIf
PureBasic 4.41 All normal To PureBasic 4.40 Beta 7 erroneous