How to set up VC to avoid 'Fatal Error C1083'?
From: Istvan (fakeaddress_at_e.mail)
Date: 12/08/04
- Next message: Larry Brasfield: "Re: How to set up VC to avoid 'Fatal Error C1083'?"
- Previous message: Bonj: "Re: Have read the documentation, and am confused"
- Next in thread: Larry Brasfield: "Re: How to set up VC to avoid 'Fatal Error C1083'?"
- Reply: Larry Brasfield: "Re: How to set up VC to avoid 'Fatal Error C1083'?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 08 Dec 2004 22:49:53 +0100
Hi,
This is a question about include paths in VC++
I am trying to follow the Sun JNI tutorial
http://java.sun.com/docs/books/tutorial/native1.1/stepbystep/index.html
The goal is to make Java call a DLL function.
My question would be how to set up the VC++ compiler (Visual Studio .Net
2003) so that it avoids
"...\JNITest\hello.cpp fatal error C1083: Cannot open include file:
'jni.h': No such file or directory"
-where jni.h is in a separate folder.
I have added the jni.h file (along with other necessary .h files) to the
'Solution Explorer',
and I have under Project > Properties > Linker > General added the paths
to these files.
Originally, I started with an empty C++ project in case it has something
to say about how the project had been set up.
Regards
Istvan
- Next message: Larry Brasfield: "Re: How to set up VC to avoid 'Fatal Error C1083'?"
- Previous message: Bonj: "Re: Have read the documentation, and am confused"
- Next in thread: Larry Brasfield: "Re: How to set up VC to avoid 'Fatal Error C1083'?"
- Reply: Larry Brasfield: "Re: How to set up VC to avoid 'Fatal Error C1083'?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|