Re: Foundation in Perl script

2006-01-03 Thread Doug Wiebe
my $str = NSString-stringWithString_(astring); does work with PerlObjCBridge. In general, if an Objective-C method expects an object and you pass a Perl string, PerlObjCBridge autoconverts the Perl string to an NSString. NSString return values are not autoconverted to Perl strings, by

Re: PerlObjCBridge in 10.2

2002-09-11 Thread Doug Wiebe
On Tuesday, September 10, 2002, at 09:56 AM, Doug Wiebe wrote: On Tuesday, September 3, 2002, at 10:12 PM, Don Briggs wrote: Were you able to make the addServer/addClient pair work? I'll look at the addSystem example. It worked the last time I tried it, which was quite a while ago. I just

Re: PerlObjCBridge in 10.2

2002-09-10 Thread Doug Wiebe
One thing to keep in mind is that PerlObjCBridge is only supported in Jaguar as a bridge to Foundation classes. Writing AppKit-based apps in Perl using the bridge is not supported; use CamelBones for that. As far as future plans, now that Jaguar is out the door PerlObjCBridge will be

Re: PerlObjCBridge in 10.2

2002-09-10 Thread Doug Wiebe
follows: From: Don Briggs [EMAIL PROTECTED] Date: Fri Aug 30, 2002 6:02:19 PM US/Pacific To: Doug Wiebe [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: re PerlObjCBridge: how to run addServer.pl, addClient.pl? Attachments: There is 1 attachment Hello, Doug. PerlObjCBridge in 6C115 seems