[interfacekit] Re: Header issues


> doubt, see this: http://www.cgsoftware.com/erik/IKTeam/BinCompat.html

I noticed the comment about adding a destructor.
This is a problem, you should be aware that:

1) old application will never call the destructor
2) applications compiled with the new header will not run (load) on R5 because 
of the missing destructor in the system library
2a) if you compile with new headers, but link to old libraries, this will also 
not work.

Fortunately, there are not many classes with a missing destructor.
Unfortunately, BFont has a problem.

Marcus


Other related posts: