Recent content by mstath

  1. M

    HELP PLEASE: EXC_BAD_ACCESS _Complex double return

    Yes, from another forum: GCC is broken. I'm going to try to use PyObjC for the solution.
  2. M

    HELP PLEASE: EXC_BAD_ACCESS _Complex double return

    Hi, This is the scenario... typedef _Complex double cmplx; //http://developer.apple.com/documentation/DeveloperTools/gcc-4.0.1/gcc/Complex.html @interface Foo : NSObject {} - (cmplx)bar:(cmplx)z:(cmplx)c; @end @implementation - (cmplx)bar:(cmplx)z:(cmplx)c { return...
Back
Top