hello,
I tried to generate the objective c source (which went through fine). But when I use Xcode and try compiling, it gives hundreds of errors saying:
../_Grid.m:195: error: dereferencing pointer to incomplete type
The sample lines of code generating this error is below:
[[((Grid*) _r5.o)->rc2box_int_ARRAYTYPE_ARRAYTYPE release];
((Grid*) _r5.o)->rc2box_int_ARRAYTYPE_ARRAYTYPE = _r0.o;
((Grid*) _r5.o)->n_int = _r6.i;
((Grid*) _r5.o)->N_int = _r7.i;
I am using xcode 3.2.3 and iphone OS4.
Thanks for your help.
Kind regards,
Sandeep
input java source
source code for java code is attached.