Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
'Loading a shared library at run time and calling a function.
|
||||
|
||||
declare MessageBox(sys hWnd, String text,caption, sys utype)
|
||||
|
||||
sys user32 = LoadLibrary "user32.dll"
|
||||
|
||||
if user32 then @Messagebox = getProcAddress user32,"MessageBoxA"
|
||||
|
||||
if @MessageBox then MessageBox 0,"Hello","OxygenBasic",0
|
||||
|
||||
'...
|
||||
|
||||
FreeLibrary user32
|
||||
Loading…
Add table
Add a link
Reference in a new issue