Re: ABI workaround
Re: ABI workaround
- Subject: Re: ABI workaround
- From: Chris Hanson <email@hidden>
- Date: Sat, 11 Sep 2004 14:07:33 -0700
One option is to use GCC 2.95.2 to build a library with a C or
Objective-C interface that "wraps" your C++ library. Then you can use
that from later code, without worrying about ABI compatibility.
I don't think there's any way to work around the ABI differences.
Simply loading the library dynamically probably won't be sufficient --
you'll have to do something to make sure that the code is only ever
called using the same ABI it was built with. This is why I suggest
building a C or Objective-C wrapper around the code.
-- Chris
--
Chris Hanson <email@hidden>
http://www.livejournal.com/users/chanson/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden