Posted By:
Pary_Alavi
Posted On:
Wednesday, July 16, 2003 02:32 AM
Hi I have used JNI to use native mehtods implemented on C++. I have compiled myImplement.c using MS VC++ 6.0 in Windows platform, but it returns error as follows: D:jdk1.3includejni.h <24>: fetal error C1083: cannot open include file 'stdio.h' The command line I used to compile the c file was: D:PROGRA~1MICROS~3VC98BINcl -ID:jdk1.3include -ID:jdk1.3includewin32 -LD E:MyImplement.c -FemyImplement.dll What 's the error about and how could I solve that? Thanks, Pary
More>>
Hi
I have used JNI to use native mehtods implemented on C++. I have compiled myImplement.c using MS VC++ 6.0 in Windows platform, but it returns error as follows:
D:jdk1.3includejni.h
<24>: fetal error C1083: cannot open include file 'stdio.h'
The command line I used to compile the c file was:
D:PROGRA~1MICROS~3VC98BINcl -ID:jdk1.3include -ID:jdk1.3includewin32 -LD E:MyImplement.c -FemyImplement.dll
What 's the error about and how could I solve that?
Thanks,
Pary
<<Less