Mercurial > pub > dyncall > bindings
comparison ruby/rbdc/examples/win32msgbox.rb @ 1:5e159be89d73
- ruby and sh binding updates for dc r0.9
author | cslag |
---|---|
date | Thu, 31 Dec 2015 20:17:37 +0100 |
parents | 0cfcc391201f |
children |
comparison
equal
deleted
inserted
replaced
0:0cfcc391201f | 1:5e159be89d73 |
---|---|
1 #////////////////////////////////////////////////////////////////////// | 1 #////////////////////////////////////////////////////////////////////// |
2 # | 2 # |
3 # win32msgbox.rb | 3 # win32msgbox.rb |
4 # Copyright 2007-2014 Tassilo Philipp | 4 # Copyright 2007-2015 Tassilo Philipp |
5 # | 5 # |
6 # Dyncall sample loading user32.dll on windows, listing all user32 | 6 # Dyncall sample loading user32.dll on windows, listing all user32 |
7 # symbols and displaying a # native windows message box by calling | 7 # symbols and displaying a # native windows message box by calling |
8 # MessageBoxA(...). | 8 # MessageBoxA(...). |
9 # | 9 # |