View Full Version : how do i convert my xcode cocoa app
Silver-Fox
Mar 3, 2007, 01:36 PM
hi
after i made my basc program i was wondering how i can convert my basic application in cocoa, to an installable file? if it is possible
thanks
robbieduncan
Mar 3, 2007, 01:48 PM
You cannot use Basic of any flavour to write Cocoa. Pure Cocoa is normally written in Objective-C although there are bridges from Java, Python and other languages.
kainjow
Mar 3, 2007, 02:22 PM
You cannot use Basic of any flavour to write Cocoa.
Although, REALbasic is coming out with an update that will produce Cocoa apps.
Eraserhead
Mar 3, 2007, 02:23 PM
You cannot use Basic of any flavour to write Cocoa. Pure Cocoa is normally written in Objective-C although there are bridges from Java, Python and other languages.
Can't you use RealBasic (http://www.realsoftware.com/news/pr/2006/cocoa/)?
EDIT Damn beaten.
Silver-Fox
Mar 3, 2007, 02:25 PM
i wrote the application in xcode 2.2 it is cocoa c. so is it possible to make it in to an installable app?
kainjow
Mar 3, 2007, 02:28 PM
Project > Set Active Build Configuration > Release. Then compile and distribute your .app.
Silver-Fox
Mar 3, 2007, 02:31 PM
if i follow them steps do they allow others to install my application?
kainjow
Mar 3, 2007, 02:39 PM
Um, just like any other Mac application. Drag and drop into /Applications folder. If you have components that *need* to be installed and you can't do it any other way (bundle in .app and manually install on first-run?) then use PackageMaker in /Developer/Applications/Utilities/
Silver-Fox
Mar 3, 2007, 02:47 PM
ok thanks for the help.
:D
bronxbomber92
Mar 3, 2007, 04:20 PM
http://objective-basic.com/ is a variant of basic that can use Cocoa and Carbon directly :)
gnasher729
Mar 3, 2007, 05:01 PM
http://objective-basic.com/ is a variant of basic that can use Cocoa and Carbon directly :)
It sounds to me that he doesn't have a Basic application (an application written in some dialect of the Basic programming language), but a basic application (an application that is not very complex). However, I might be wrong.
Just goes to show how important it is to express your questions in clear, correct English so that people trying to help don't have to make guesses.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.