Menu

#61 plplotjavacJAVA_wrap.c not compiling in msvc

closed-fixed
None
5
2009-07-19
2009-07-19
Anonymous
No

plplotjavacJAVA_wrap.c fails to compile with
error C2275: 'jdoubleArray' : illegal use of this type as an expression on line 304

The fix is to declare jadat at the top of function see http://forums.sun.com/thread.jspa?threadID=661566&start=15
jdoubleArray jadat;

Attached is the patch for the plplotjavac.i file

Discussion

  • Nobody/Anonymous

    Patch to fix problems when building plplotjavacJAVA_wrap.c

     
  • Alan W. Irwin

    Alan W. Irwin - 2009-07-19

    Thanks for the patch which I have applied (revision 10162) to our svn trunk version which will become our next release.

     
  • Alan W. Irwin

    Alan W. Irwin - 2009-07-19
    • assigned_to: nobody --> airwin
    • status: open --> closed-fixed
     

Log in to post a comment.