Re: recompile for Panther?
Re: recompile for Panther?
- Subject: Re: recompile for Panther?
- From: James McCartney <email@hidden>
- Date: Wed, 29 Oct 2003 18:27:37 -0800
On Oct 29, 2003, at 3:09 PM, john wrote:
Also, I thought gcc 3.3 changed something about C++ which made it not
compatible with previously compiled code (with gcc < 3.3). Not that
this affects me :)
We don't pass C++ objects in or out of our APIs. So you'll never have
C++ objects that were compiled with different versions of the compiler
talking to each other directly. Any C++ objects you have access to
result from code compiled by you. So even if you are talking to an
AudioUnit that has a different vtable layout, for example, than C++
objects in your app, it is hidden behind a C API that isolates all of
that from you.
-
james mccartney
apple coreaudio
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.