Menu

Show posts

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

Messages - James_Parsons

#1
My second question is: How (if possible) can I link my program with a DLL and call it's function
#2
Hello, I have just started GL-BASIC for game development, and I would like to buy it if I can get used to it. I wrote a little code this morning, however it would not display my sprite

Code (glbasic) Select

START:
    LOADBMP "E:/Background.bmp"
     
MAIN:
    LOADSPRITE 0, "E:/Player.bmp"
    DRAWSPRITE 0, 100, 100
    SHOWSCREEN
    KEYWAIT


I am 99.9% sure my path is correct, my background shows