PowerBasic Snippets - Tutorial on DLL run-time linking

Опубликовано: 07 Апрель 2026
на канале: PowerBasic for Beginners
104
7

In this series of videos, which are aimed at those who have never coded in PowerBasic before, I cover one element of the language or programming - today it's looking at using run time linking to create an application with separate DLLs for each language required.

00:00 - Introduction
00:57 - What happens when you reference a missing DLL
02:18 - Explicit linking to a DLL
03:37 - A pick your language dialog
04:31 - Creating the DLL
05:47 - Loading the library DLL
06:52 - Calling the functions within the Library DLL
10:38 - Unloading the library
12:00 - Creating a modeless dialog
13:38 - Adding additional language DLLs
15:10 - Summary

I don't work for, nor am I paid by, the owners of PowerBASIC, I'm Just a fan of their products.

For more information on PowerBASIC visit https://pbusers.org/

additional graphics by https://pixabay.com/users/geralt-9301/
Music by https://www.ghosthack.de/

Source files for these projects are available from here
https://www.gsfsoftware.co.uk/PBTutor...

GitHub
https://github.com/gsfsoftware/Tutori...