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 - S. P. Gardebiter

#46
Sorry für the extrem späte Antwort:

Version 8.148
Immernoch der selbe Fehler D;
#47
Code (glbasic) Select
compile+link:
/cygdrive/D/Project/GLBasic/Compiler/platform/Linux/Bin/ld: cannot find -lstdc++
*** FATAL ERROR - Bitte die Compiler-Ausgabe ins Forum kopieren
_______________________________________


Ich benutzte die neuste Version o:
#48
Quote from: BumbleBee on 2010-Oct-01
Hi

Das hab ich auch schon angesprochen.  Siehe Bug 4.   8)

         http://www.glbasic.com/forum/index.php?topic=5038.0

Aber mir glaubt ja keiner.  =D

Cheers

So ein Mist, dann fällt mein Projekt wohl erstmal flach, bis der Bug gefixt ist :/

Naja, danke.
#49
Moin.
Bei mir ist das ambiente Licht i-wie sehr dunkel, zu dunkel D:
Zumindest von bestimmten Seiten.

Für mich macht das logisch überhaupt garkeinen Sinn:

Wenn ich mich entlang der Z-Achse positiv bewege wird das Ding immer dunkler und dunkler:
http://img831.imageshack.us/img831/5808/wtflight3.png
http://img340.imageshack.us/i/wtflight4.png/
http://img3.imageshack.us/img3/1403/wtflight5.png

Von der einen Seite:
http://img96.imageshack.us/i/wtflight1.png/

Von der gegenüberliegenden Seite:
http://img841.imageshack.us/img841/1644/wtflight2.png

WTF?
#50
Moin.
Hab da einen Fehler in Version 8.078 gefunden. (Da ich ja auf 8.085 nicht updaten kann, aber ich denke da wird das selbe Problem sein)

Meinen ganzen Code werde ich nicht posten, deshalb poste ich einen Ausschnitt:

Code (glbasic) Select
   // Check all Buttons
FOR Count% = 0 TO 10
// Adjust Buttons to Editmode
IF Count% >= 4 AND Count% <= 7
IF Count% = EditMode% + 4
// Button is same as Editmode
ButtonPressed%[Count%] = TRUE
ELSE
// Button isn't same as Editmode
ButtonPressed%[Count%] = FALSE
ENDIF
ENDIF


Im Array ButtonPressed% ist nie auch nur eine Varible = 1.
Alle immer 0. EditMode war bei mir 1, eigentlich hätte ButtonPressed%[5] eine 1 beeinhalten müssen, war aber nicht der Fall. Selbst als das ganze ding jeden einzellnen Schritt durchlaufen ist, war ButtonPressed%[5] nach diesem Schritt: "ButtonPressed%[Count%] = TRUE" wieder 0.
#51
Danke oo'
Thread kann geclosed werden D;
#52
Moin.
Mein GLBasic will nicht auf von 8.078 auf 8.085 updaten D;
So ein ähnliches Problem hatte ich schonmal. Ich will nicht immer wieder das gesamte Setup von GLBasic.com runterladen müssen :/ Er lädt es runter und zeigt an dass es installiert wird aber er ersetzt die Dateien nicht.

Irgendwer eine Idee?
#53
Is there an unsigned char? o;
#54
Where is the option for "both"?
Because I feel like beeing both D;
#55
music/sound / Re: BEEP
2010-Sep-15
A BEEP command would be nice.
You can indeed do nice music with just a BEEP command.
I used ConsoleBeep to make a melody with multiple instruments in VB.NET:

http://tile44.org/files/ConsoleBeep.zip

Would be cool to have something like this in GLBasic too :)
#56
Quote from: Moru on 2010-Jul-14
Or use any of the routines prewritten already, that also offers proportional spacing btw :-)

One is on my homepage. Bitmap font routines.

Hm, I'm starting to think about writing my own lib offering all the things I'm missing about GLBasic and releasing it as PD.
That would probably slow down development, but meh.
#57
It would be nice if you could set an Alignment for the X-Axis when using Print o:
Like Left, Center and Right.
#58
Hello.
It would be nice if I would be able to hold backspace to delete everything when using INPUT.
Also if I use Filerequest$, Key() still does work. Means if I press enter it will use it for key() too.
#59
Announcements / Re: V8 beta
2010-Jul-09
Quote from: MrTAToad on 2010-Jul-09Doubtful with compressed sound support - you might need BASS or FMOD for that.

That's what everyone tells me :/
But I won't kill off multiplatform support and accept some troublesome license, while still not beeing able to play any ogg's or streamed compressed sound at all :x
#60
Funktioniert, danke o: