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 - Enigma

#1
Is this still being worked on as I would really like to use Sublime Text 2 as my main editor?
#2
I've been looking at Tiled as well, seems like a really good map editor. There is no exporter for GLBasic though, so it has put me off using it.
#3
I have checked this and it works no problem for me. I have Windows 7 32bit SP1, nVidia GeForce 8800GTX.
#4
Any idea who did the code for it?
#5
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?
#6
It was MinGW that was causing the problem. I uninstalled it and removed the entry in the path and rebooted. I can now compile for iOS, Pandora and WebOS. :)

I was using version 5.1.6 of MinGW, but I believe it works with the latest version.
#7
I have 2 user variable setup as well. These are.

GCC_EXEC_PREFIX
MinGW

They are set to C:\MinGW

Would it matter what version MinGW I have installed? I've currently got version 5.1.6 installed.
#8
@Mr TAToad How did you get on? Did installing MinGW give you the same problems I have?
#9
@Ian I'm using the full version. It doesn't state Success it says 1 Failed.

@MrTAToad I was talking with Gernot about this and he asked me to rename my MinGW folder, but I was still getting the errors, so I don't think it's that.

If I'm the only one getting this, I must be doing something wrong, but I have no idea what it is.
#10
Yea I have that installed.
#11
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?

#12
Has anyone got any code that I could take a look at to do a right to left bitmap font text scroller?
#13
Thanks Gernot :)
#14
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?
#15
I'm here :)