| Message: 97143 |
 |
BY: arton Tajima (arton) DATE: 2011-11-11 10:25 SUBJECT: RE: installing rjb on windows Hi Pei
Thanks for your article, it's nice and good for people don't like VC (and also for me who prefers VC on Windows and dislike cygwin nor mingw).
But I have a question.
According with my jni_md.h what sits in %JAVA_HOME%\include\win32 has a line:
typedef __int64 jlong;
So it may require type __int64 for jlong type to call JNI functions at compile time, thank Sun and Oracle for forcing to use VC.
Current MingW gcc has defined __int64 as like VC ?
| |