My second question is: How (if possible) can I link my program with a DLL and call it's function
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
START:
LOADBMP "E:/Background.bmp"
MAIN:
LOADSPRITE 0, "E:/Player.bmp"
DRAWSPRITE 0, 100, 100
SHOWSCREEN
KEYWAIT