Building User interface for software which runs on perl scripts

kuki246

Registered
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
 
You'll need some extra framework files to be able to do that. Try CamelBones or PerlObjCBridge, both these links point to overviews on 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.
 
Back
Top