realbasic-plugins
[Top] [All Lists]

Re: What plugin REALbasic choose to load?

To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: Re: What plugin REALbasic choose to load?
From: Jonathan Johnson <jonj at realsoftware dot com>
Date: Sun, 5 Feb 2006 14:38:48 -0600
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CoqtFI8UBUg3xtBGce36AU3LdDgv7I1Tu/g4Ex7RfvzyIsca5LlDZW+cWRqLRY9LPL/fL6EqIRYYG+fj+f1dKLo6i0gaxnE12GEtGqn0CjDQXjTDHPsgEbYJh8b/TizyPA6p/tbCweLM8BtPXwyZWT8eelAhT+oXw/3tv8t0OzA=
References: <c7940e20602050928g38e3b6baye0f97317e03f4263 at mail dot gmail dot com> <C00C2D3E dot 4AE39%sunshine at public dot kherson dot ua>
On 2/5/06, Ruslan Zasukhin <sunshine at public dot kherson dot ua> wrote:
> Jonathan,
>
> So If I build plugin.rbx that contains only mach + win
> It still should work with RB2005 ?

Yes
>
> Good to know.
>
>
> Another question to REAL team.
>     is REALbasic 2005/6 Is true MACHO compiled application?

No, it's a PEF application currently.

> P.S. Then problem comes probably that our macho plugin depends on additional
> dlls that have  "@executable_path/../VComponents/

That would be a problem, most likely. To work in the PEF IDE, we
create a dummy bundle structure in the /tmp directory. We then use
CFBundleCreate to load it up, and find the main entrypoint.

> Alfred says that even dylib itself without rbx should work.
> Hmm this is IDEAL variant for us. I will try make it working.

It won't in 2006r1 due to a bug. You should always distribute plugins
in RBX format for your users, and only debug with plain dylibs.

HTH,
Jon


--
Jonathan Johnson
REAL Software, Inc.

REAL World 2006, The REALbasic User's Conference
<http://www.realsoftware.com/realworld>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>