Xcode is extensively configurable. You are not bound to using GCC as the compiler if your language doesn't have a GCC front end.
If need be, the entire build process can be customized, including the compile phase. However, a lot of this configurability is undocumented and not officially supported by ...
Search found 8 matches
- Fri Dec 15, 2006 12:34 am
- Forum: Mac OSX
- Topic: Using PB in Xcode
- Replies: 4
- Views: 3761
- Mon Sep 25, 2006 1:13 pm
- Forum: Mac OSX
- Topic: PureBasic OS X users all Dead?
- Replies: 31
- Views: 16126
- Thu Sep 21, 2006 2:08 pm
- Forum: Mac OSX
- Topic: PureBasic OS X users all Dead?
- Replies: 31
- Views: 16126
Well I haven't died, just given up on PureBasic for the time being and switched back to Blitz Max. I originally purchased PureBasic with high hopes of using it for cross-platform development, but I have to say it left me somewhat disappointed. I find Mac 3.94d to be so buggy as to be practically ...
- Thu Sep 21, 2006 1:19 pm
- Forum: Mac OSX
- Topic: Commandline compile?
- Replies: 5
- Views: 5116
- Mon Mar 27, 2006 8:15 pm
- Forum: Off Topic
- Topic: Anyone here interested in contracts
- Replies: 21
- Views: 3664
- Sun Mar 05, 2006 11:58 pm
- Forum: Mac OSX
- Topic: Console problems
- Replies: 2
- Views: 2598
- Sat Mar 04, 2006 10:13 am
- Forum: Mac OSX
- Topic: Console problems
- Replies: 2
- Views: 2598
Console problems
Hi all,
I'm using PureBasic 3.94d on Mac OS X 10.3.9.
But I'm having difficulty getting the Console functions to work.
Here's my code (compiled as a 'Console' executable):
Global char$
Procedure GetChar()
Shared char$
Protected key$
While key$ = ""
key$ = Inkey()
Wend
char$ = key ...
I'm using PureBasic 3.94d on Mac OS X 10.3.9.
But I'm having difficulty getting the Console functions to work.
Here's my code (compiled as a 'Console' executable):
Global char$
Procedure GetChar()
Shared char$
Protected key$
While key$ = ""
key$ = Inkey()
Wend
char$ = key ...
- Tue Dec 13, 2005 1:55 am
- Forum: General Discussion
- Topic: PPC Linux
- Replies: 1
- Views: 941
PPC Linux
I use Yellow Dog Linux as my primary OS, running on an Apple PowerBook G4.
My question is, what chance of a PPC Linux version of PureBasic
My question is, what chance of a PPC Linux version of PureBasic
