Re: MetaCard 2.4.3 / externals?

2002-05-21 Thread Yennie

The million dollar question for me... how do I use externals with the new 
release? My 2.4.2 stacks with CODE resources all crash immediately when 
launched. Do I need to somehow add externals to the bundle? Do I compile a 
UNIX-style external with ProjectBuilder- if so, will that work if I link 
against Carbon libs?

Best Regards,
Brian
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: MetaCard 2.4.3 / externals?

2002-05-21 Thread Yennie

Sorry if this comes through twice, it looks like it was lost...

The million dollar question for me... how do I use externals with the new 
release? My 2.4.2 stacks with CODE resources all crash immediately when 
launched. Do I need to somehow add externals to the bundle? Do I compile a 
UNIX-style external with ProjectBuilder- if so, will that work if I link 
against Carbon libs?

Best Regards,
Brian
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: MetaCard 2.4.3 / externals?

2002-05-21 Thread Scott Raney

On Mon, 20 May 2002 [EMAIL PROTECTED] wrote:

 The million dollar question for me... how do I use externals with the new 
 release? My 2.4.2 stacks with CODE resources all crash immediately when 
 launched. Do I need to somehow add externals to the bundle? Do I compile a 
 UNIX-style external with ProjectBuilder- if so, will that work if I link 
 against Carbon libs?

Unfortunately there is no practical way to support access to CODE
resources from Mach-O executables (the Mach-O to CFM bridge only works
one direction), so you will have to recompile your externals.  And the
new dynamic loading stuff isn't finished yet, so you'll also have to
wait a bit longer.  The new external system will work more like it
does on Win32, where the externals are specified by name in a stack
property rather than loading automatically from the resource fork of a
stack like it does on MacOS.
  Regards,
Scott

 Best Regards,
 Brian


Scott Raney  [EMAIL PROTECTED]  http://www.metacard.com
MetaCard: You know, there's an easier way to do that...

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: MetaCard 2.4.3 / externals?

2002-05-21 Thread Yennie

 Unfortunately there is no practical way to support access to CODE
resources from Mach-O executables (the Mach-O to CFM bridge only works
one direction), so you will have to recompile your externals.  

I can live with this- just a recompile away. I simply didn't want to start 
trying until I knew it was even supported. So, I'll stick with 2.4.2 until 
2.4.3 implements externals. Just make sure to note this in the README when 
it's back of course =).

Regards,
Brian

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard