Call a function in a shared library: Difference between revisions

→‎PowerBASIC: added 'works with' template
(added PowerBASIC)
(→‎PowerBASIC: added 'works with' template)
Line 119:
 
=={{header|PowerBASIC}}==
{{Works with|PowerBASIC for Windows}}
 
In this example, if the library can't be found (user32), or the desired function in the library (MessageBoxA), the equivalent bult-in function (MSGBOX) is at the "epicFail" label... but really, if you can't find user32.dll, you've got bigger things to worry about.
<lang powerbasic>
1,150

edits