realbasic-plugins
[Top] [All Lists]

Fooling the IDE with a dummy UB plugin?

To: "Realbasic Plugin" <realbasic-plugins at lists dot realsoftware dot com>
Subject: Fooling the IDE with a dummy UB plugin?
From: "Mathieu Langlois" <realsoftlists at gmail dot com>
Date: Wed, 22 Nov 2006 13:39:05 -0500
Delivered-to: listarchive at realsoftware dot com
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:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=PHWdK+Ltje6HPUItF/3dnntf9mEvGXRJQbeVZMlo9Oxp/m2aNUhUbppexIRIgZpkHnrmpaDqse6bl3cHJRPWfGLBuHIvRg6//NaKxs2BDnsFm7cSITA28ARMdCJVE2VSjjWJaT4u+JHTVhNvnBOQ84D5KjAzqh8mK3egtfxyNbI=
Here's what I want to do, please let me know if it is possible or if I
even make sense.

I have an old plugin which only has a "Mac Carbon" folder, and I doubt
a UB version is forthcoming.  The plugin still works in 2006r4 run in
Rosetta, but I would like to be able to run the IDE in UB, even if I
could only compile for PPC.

Since the plugin only has a few methods, I was thinking of creating a
dummy Intel plugin, so that the methods would register in the IDE, but
then it would use the methods from the "Mac Carbon" ressources.  If I
put the Intel-only dylib in the "Mac Carbon Mach-O Universal" folder,
will apps compiled for Mach-O PPC use the Mac Carbon ressource or will
complain that my dylib does not contain a PPC ressource?  Is there a
folder I can use in the plugin hierarchy for Mactel-only plugins?

Thank you,

Math
_______________________________________________
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>
  • Fooling the IDE with a dummy UB plugin?, Mathieu Langlois <=