GP2X Wiz app. compilation

Previous topic - Next topic

Kitty Hello

Just ignore me. I might be totally wrong.

Ian Price

I was hoping for proper plastic keys over the rubber mat too. Still, many tv remotes etc. use the same approach and they feel OK.
I came. I saw. I played.

heliuse

glbasic 6.111
_______________________________________
*** Configuration: GP2X-WIZ ***
precompiling:
GPC - GLBasic Precompiler V.2008.357 - 3D, NET
Wordcount:2 commands

compile+link:
g++.exe: /cygdrive/C/DOCUME~1/heliuse/LOCALS~1/Temp/glbasic/gpc_tempg.cpp: No such file or directory
g++.exe: /cygdrive/C/DOCUME~1/heliuse/LOCALS~1/Temp/glbasic/gpc_temp0.cpp: No such file or directory
*** FATAL ERROR - Please post this output in the forum
_______________________________________
*** Finished ***
Elapsed: 2.0 sec. Time: 15:03
Build: 0 succeeded.

:(


Kitty Hello

Did you make a proper project (using the project wizard)?
Can you compile this project for windows?

heliuse

#19

it's good it compiles.
I installed the new sdk 6.111.
I used an old beta 6 update.
GPH sent me another wiz with new buttons ABXY.
what firmware you use on your wiz? or download?
I have to recompile the game with the last POKER GLBasic and send it to GPH.

Thank you.

heliuse

   
hello.

The command END does not leave the game.
the wiz crashes .

thank you

Kitty Hello

It does end, but the menu does not show up properly, yet. I'm investigating this.

Kitty Hello

OK, the end-crash bug is fixed. Please web-update now.

The touchscreen is a bit inaccurate ATM. I'll fix that quickly, too. For Poker2X it should be OK, though.

heliuse

Kitty Hello, thank you . glbasic 6.122 :)

playmusic does not work with midi on the wiz ?

Kitty Hello

No, it seems they did not include timidy. Try MP3 or ogg, please.

heliuse

I can not use ogg with glbasic.
Even with windows.
the wiz to leak with the mp3.

merci.

MrTAToad

#26
Probably because you have no OGG codecs installed...  Unfortunately, I dont think there are any per se.  The idea being the music playing system decodes the data itself.

heliuse

congratulation for glbasic  6.127  :)

I can not play ogg.
Mp3 grésillent and slow down wiz.
On the wiz, I can not reproduce music properly with the glbasic.

thank you.

mr_x

#28
Maybe i wrong, but as I know, glbasic does not support ogg format. The only way is to use fmod wrapper. By the way there is free alternative to fmod - audiere, maybe someone will write wrapper for glbasic someday.

mathux

GLBasic does support OGG as long as the operation system itself does support OGG. So if you can play OGG files with your Wiz, then GLBasic should be able to play them as well.