I'm developing a 68k C++ shlib that needs to use a ppc C shlib.
When I include the ppc shlib, I use
extern "C" {
#pragma options align=power
#include "shlib_api.h"
#pragma options align=reset
}
and I also use the same bookends when I declare my callbacks.
However, when I trace through the ppc shlib, I get assignment
"skipping", which would seem to indicate that my structs aren't
playing nicely.
Any ideas?
Adam Heinz
Development Consultant
Exstream Software, NA
Patrick Stadelmann - 30 Jul 2003 15:39 GMT
> I'm developing a 68k C++ shlib that needs to use a ppc C shlib.
>
[quoted text clipped - 12 lines]
>
> Any ideas?
I'm not sure, but I think #pragma only affects the current file.
Patrick

Signature
Patrick Stadelmann <Patrick.Stadelmann@unine.ch>