This commit is contained in:
Viktor Szakats
2008-06-10 20:01:11 +00:00
parent a80f8fb123
commit 85ed75d0d5

View File

@@ -62,7 +62,7 @@ PROCEDURE Main()
? cData
DllUnload( hDLL )
? "MsgBox:", DllCall( "user32.dll", NIL, "MessageBoxA", 0, "Hello world!", "Harbour sez", hb_bitOr( MB_OK, MB_ICONEXCLAMATION, MB_OKCANCEL, MB_HELP ) )
? "MsgBox:", DllCall( "user32.dll", NIL, "MessageBoxA", 0, "Hello world!", "Harbour sez", hb_bitOr( MB_OKCANCEL, MB_ICONEXCLAMATION, MB_HELP ) )
IF File( "libcurl.dll" )
hDLL := DllLoad( "libcurl.dll" )