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

#1

np - lets see if we can generate you more users!

#2
R3PLAY (pronounced "Replay") is a brand new show celebrating four decades of gaming history.

Presented in association with Retro Gamer and gamesTM magazines, this unique event will offer gamers of all ages the chance to experience gaming systems from the 1970s to present day.

Hosted by TV personality and videogame fanatic Gail Porter, the R3PLAY Expo will take place at The Norbreck Castle Exhibition Centre in Blackpool on 6/7 November 2010

Check out last months retro Gamer  or this link http://www.r3play.info/ to find out more.

The event it is packing plenty in!  and best of all its by the sea ...... ok granted you would die of hypothermia if you ventured into the sea but its still by the sea !

Why have am I so excited about it ? - well  OvinebyDesign have got a table and will be displaying not only our past creations but also our current WIPs'

If your booked to go already some and have a chat with us (and make our table look busy !)


Oh heres some of the printed literature (just arrived from the printers )




[attachment deleted by admin]
#3

Must be something im doing, now Im compiling using 4.0 sdk changed all my project details so it now compiles but Im getting

Code (glbasic) Select

"_max", referenced from:
_iphonebattery in libGlbasiciPhone--egl.a(iphoneAppController.)
"_min", referenced from:
_iphonebattery in libGlbasiciPhone--egl.a(iphoneAppController.)


any ideas ?  I say its something im doing as I have previously compiled to os4 with the same project.....


#5

I can get excited now then !  :enc:
#7
GLBasic - en / Iphone GUI
2010-Jan-19

Has there been any development on glbasic having access to the iPhone GUI/keyboard ?


I remember reading somewhere that Trucidare and Gernot were "looking" at it.  Any advances ?

#8

Still the same error. Dammm stupid computers....

#9

Windows XP, - no I have my updates turned off.......

#10

Ive downloaded the most recent - Ive even deleted all the registry keys ( so should be running as the demo version )

The redist has been installed (several times)

#11
hmmmm glbasic has stopped loading with the

"application has failed to start because the application configuration is incorrect...."

last time I saw that was todo with the "vcredist_x86.exe" having to be updated.

ive uninstalled, installed, cleaned the registry - still not working...

Any ideas ?

#12

Windows 7  - 64bit here,  runs fine.

#13

Definitely agree with Unc on performance testing on the iPhone.  You'll find its massively underpowered  compared to the PC and its easy to slip into - "wow looks ace on the PC - sure it'll look the same on the iPhone".

#14

Ok, shall give that a try.

I was actually wondering if STARTPOLY could be extended to that the rotation and scale could be called as a parameter

Im talking more of a 2D system but I suppose a 3D one too (im just being selfish)

i.e STARTPOLY  scalex, scaley, rotx, roty

#15

OPENGLES is a cut down version of OPENGL specifically designed for mobile/handheld devices.   http://www.khronos.org/opengles/

A noticeable difference is that you dont have to use glbegin()  glend()

lots of other differences of course :)