PDA

View Full Version : Building User interface for software which runs on perl scripts


kuki246
June 16th, 2009, 02:51 PM
Hey all,

I am new to Xcode and am kinda trying to learn it. I want to build an User Interface for a software that runs on perl scripts from the command prompt. My long term goal is to build an application which can be started by clicking on an icon. I am trying to include perl scripts in Xcode, but I could not figure out how to include perl scripts in Xcode. So could anybody please guide me for that?

Thanks a lot,

Cheers,
Khanjan

macbri
June 23rd, 2009, 06:55 PM
You'll need some extra framework files to be able to do that. Try CamelBones (http://www.cocoadev.com/index.pl?CamelBones) or PerlObjCBridge (http://www.cocoadev.com/index.pl?PerlObjCBridge), both these links point to overviews on cocoadev.com (http://www.cocoadev.com), a good developer site for lots of OS X programming articles. CamelBones reports not being 10.5 compatible although they do link to a hacked version which might work.