PB Compiler for Android & iOS

For everything that's not in any way related to PureBasic. General chat etc...
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3943
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: PB Compiler for Android & iOS

Post by wilbert »

That thing compiles really fast :D
I only encountered a problem with the DateGadget.
I can't select any other date than april first. :shock:
Windows (x64)
Raspberry Pi OS (Arm64)
Zach
Addict
Addict
Posts: 1677
Joined: Sun Dec 12, 2010 12:36 am
Location: Somewhere in the midwest
Contact:

Re: PB Compiler for Android & iOS

Post by Zach »

This certainly sounds interesting.

How is this accomplished? Wouldn't you need access to the PB source?
Little John
Addict
Addict
Posts: 4805
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: PB Compiler for Android & iOS

Post by Little John »

Zach wrote:This certainly sounds interesting.

How is this accomplished? Wouldn't you need access to the PB source?
No, access to a calendar is sufficient. :-)
Zach
Addict
Addict
Posts: 1677
Joined: Sun Dec 12, 2010 12:36 am
Location: Somewhere in the midwest
Contact:

Re: PB Compiler for Android & iOS

Post by Zach »

bastard :|
tj1010
Enthusiast
Enthusiast
Posts: 716
Joined: Mon Feb 25, 2013 5:51 pm

Re: PB Compiler for Android & iOS

Post by tj1010 »

PB generates intermediate code on all three platforms.

I've had my own private framework for contracting for years. First xcode and JDK, now xcode and ndk. As far as I know everyone else is doing Java and c++ still.

I could easily do a BASIC. TGC has one but it's buggy and they have no decent developers...
Post Reply