Re: Cannot open include file:problem with Dll header
- From: "dwaach" <xbhishek.xsthxnx@xxxxxxxxx>
- Date: 15 Nov 2006 23:48:34 -0800
priyanka wrote:
i am trying to use dll for my project..i have include "test.lib" in
link tab in project
And now i want to use function of dll by including "test.h" file in
stdfx.h.
but while compile it gives error .
Cannot open include file: Cannot open include file: `test.h` no such
file or directory
Any help........how to solve this problem
Hi Priyanka.
Which compiler ?
In case if its Visual Studio then set include file directory entry in
as:-
for MSVC 6.0
Project->Settings->C/C++ Tab->Preprocessor->Additoinal Include
Directories
for MSVC 2003.NET
Project->Properties->C/C++->General->Additoinal Include Directories
Try then.
Thanks,
Abhishek
.
- References:
- Cannot open include file:problem with Dll header
- From: priyanka
- Cannot open include file:problem with Dll header
- Prev by Date: Re: VC.NET iostream.h not found
- Next by Date: Re: Is there a Unicode equivalent to ASCIIZ Stings?
- Previous by thread: Cannot open include file:problem with Dll header
- Next by thread: Re: Cannot open include file:problem with Dll header
- Index(es):
Relevant Pages
|