GLBasic V14

Previous topic - Next topic

spacefractal

iOS and Glbasic 14 using the Beta 5 xCode project seens to working just fine and no new weird issues found. Here is the xCode project what im have done (while using 12, so PRESCALER is not in):
https://www.dropbox.com/s/5k8hhv4c4snu339/iPhone.zip?dl=0

You do might need to disable bitcode option, which is not required if you dont want to code Apple Watch Apps. So disable that option in Build Settings anyway.

Also Gernot, do you using SVN or could not get that to work (its works nicely here)? Im want to make sure we are in sync, if you want me to fix issues etc.
Genius.Greedy Mouse - Karma Miwa - Spot Race - CatchOut - PowerUp Elevation - The beagle Jam - Cave Heroes 2023 - https://spacefractal.itch.io/

Robert

This was god news!

Is it a big differens betveen 12 and 14 for windows programming?

kanonet

Once all starting bugs are sorted out, there should be no difference at all, GLBasic Updates usually are designed in a way that they maintain 100% backwards compatibility; so a new version should run your old code without a change. If you look at the release notes, you see that there is no breaking change in this update (at least no documented one, you still got the fun of hunting hidden ones lol).
Lenovo Thinkpad T430u: Intel i5-3317U, 8GB DDR3, NVidia GeForce 620M, Micron RealSSD C400 @Win7 x64

nabz32

don´t know if it has something to do with my Installation of the 14.006,
but I don´t see any compiling options anymore when I click on compile multiplatform, the only thing shown is Windows ( and win32.dll ).
I have installed 14.006 parallel to the old V12.

UBERmonkeybot

You need to download the platform

http://www.glbasic.com/platform/

It says it just under  the download link for the SDK  =D

nabz32

lol thank you very much, will try a v14 compile for Pandora right now.

Dabz

I'm so pleased to see this thread! :)

I thought it was over... Which would of been a real shame, so a big fat thumbs up from me! :)

Dabz

CptnRoughnight

#37
Hello guys,
after long time not working with GLBasic, i just wanted to try the new version. Downloaded and installed it besides older GLBasic versions, of course in an extra folder. Now i can't even start the editor.

"On the specified device, or the path, or file can not be accessed. You may not have sufficient permissions to access the element." (google translate)

I've checked the permissions and there were no problems. V11 and V12 starts the editor, but there are now errors after the linking process. The App does'nt start. If i want to start my program the same error as above is shown.




EDIT:

Avast Anti-Virus Software blocked the GLBasic-program. It is working fine! Sorry for inconvenience!

spacefractal

#38
As some of your have spotted, im got a free Apple TV Dev Kit and have finally got Greedy Mouse running on it (but is totally unplayable yet, but its launched and do display the graphics correctly).

So glbasic next new platform will been TVos.

Also tvOS xCode project is NOT compatible with iOS, but most of the code base is the same.

But unlike iOS, GameInput.api would been required.

EDIT:
Im will do also try to convert it to MOUSESTATE commands etc (its a 2 button remote).
Genius.Greedy Mouse - Karma Miwa - Spot Race - CatchOut - PowerUp Elevation - The beagle Jam - Cave Heroes 2023 - https://spacefractal.itch.io/

Ian Price

I came. I saw. I played.

nabz32

support for more platforms is always nice
and most welcome =D
Thx for your effort :good:

bigsofty

Cheers,

Ian.

"It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration."
(E. W. Dijkstra)

spacefractal

im have removed few posts, since im might have talked too much about TVos. But howover im do notice the document and SDK is fully official, not behind a login account. So SDK and document can we possible to talk about.
Genius.Greedy Mouse - Karma Miwa - Spot Race - CatchOut - PowerUp Elevation - The beagle Jam - Cave Heroes 2023 - https://spacefractal.itch.io/

spacefractal

I'm are more or less finished up xcode projects for IOS and tvOS. I'm do still need to fix missing commands for TVOS.

Og The target for glbasic is still only IPhone, but code can been share with both platforms. Due this the old xcode project might been incompatible and might require a rebuild.

Also With xcode v7, I'm can sadly property no longer can support iPad 1. I'm cannot choice 5.1.1 when I'm trying to compile the glbasic source code libs for some reasons. The earliest version is 6.0. There is forced pull down, no longer is a text field.
Genius.Greedy Mouse - Karma Miwa - Spot Race - CatchOut - PowerUp Elevation - The beagle Jam - Cave Heroes 2023 - https://spacefractal.itch.io/

hardyx

Quote from: spacefractal on 2015-Sep-20
As some of your have spotted, im got a free Apple TV Dev Kit and have finally got Greedy Mouse running on it (but is totally unplayable yet, but its launched and do display the graphics correctly).

So glbasic next new platform will been TVos.

Also tvOS xCode project is NOT compatible with iOS, but most of the code base is the same.
It was free??? OMG I cancelled the reserve!!!

Thanks to Gernot and all the people working in this.