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

Topics - Enigma

#1
Hi,

Has anyone programmed or know of a wrapper for the tile map editor Tiled (http://www.mapeditor.org/) for GLBasic? If you have, can you please post it here?
#2
Hi,

I'm getting errors if I compile to anything other than windows. If I compile for iPhone i get this.

arm-apple-darwin9-g++: error trying to exec 'cc1plus': execvp: No such file or directory
arm-apple-darwin9-g++: error trying to exec 'as': execvp: No such file or directory
arm-apple-darwin9-g++: error trying to exec 'cc1plus': execvp: No such file or directory
arm-apple-darwin9-g++: error trying to exec 'as': execvp: No such file or directory


If I compile to Pandora I get this.

R:/Compiler/platform/Pandora/bin/ld.exe: crtbegin.o: No such file: No such file or directory
collect2: ld returned 1 exit status


If I compile to WebOS I get this.

R:/Compiler/platform/webos/bin/ld.exe: crtbegin.o: No such file: No such file or directory
collect2: ld returned 1 exit status


I have tried uninstalling GLBasic and downloading it again and reinstalling it, but I have no idea why it's not working. I'm using Windows 7 32bit but that should make any difference should it? All I'm doing as a test it printing something to the screen. Any ideas?

#3
Has anyone got any code that I could take a look at to do a right to left bitmap font text scroller?
#4
GLBasic - en / Fade In & Out
2009-Sep-29
How do you fade a picture in and out using drawsprite? I tried using blendscreen but is there another way of doing it?
#5
GLBasic - en / Mask Image
2009-Feb-07
Is there a mask image colour command in GLB?
#6
Is there a way of having the key command only read one key press even if you hold that key down? In Blitz you have either KeyHit which only reads one key press (even if you hold it down) or you have KeyDown which reads the key as being held down.

If there is no current way of doing this, could it be added?
#7
Hi,

I was asked at work today if GLB was good enough to be used for Indie games development. He is aware of BlitzMax and the successes some people have had with it and wanted to know about GLB. As I'm no expert and I didn't want to give him any untrue details about GLB to answer his question, I thought I would as you guys for your thoughts.