Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Silver-Fox

macrumors 65816
Original poster
Jan 8, 2007
1,091
2
England
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

Moderator emeritus
Jul 24, 2002
25,611
893
Harrogate
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.
 

Silver-Fox

macrumors 65816
Original poster
Jan 8, 2007
1,091
2
England
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

Moderator emeritus
Jun 15, 2000
7,958
7
Project > Set Active Build Configuration > Release. Then compile and distribute your .app.
 

kainjow

Moderator emeritus
Jun 15, 2000
7,958
7
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/
 

gnasher729

Suspended
Nov 25, 2005
17,980
5,566
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.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.