Re: Cannot open include file:problem with Dll header
- From: "vishal.g.shah@xxxxxxxxx" <vishal.g.shah@xxxxxxxxx>
- Date: 19 Nov 2006 19:43:33 -0800
there is one more solution to this you can use
extern "C" _declspec(dllimport) void fn_in_dll();
// prototype of fn to be used fm dll in your code
// fn_in_dll is the name of fn u defined in dll
and add the path of lib file to
1)project ->settings ->link ->input ->additional lib paths .
2) copy your dll into the system 32 folder of your C drive
3) now u can use the dll function in your code without requiring to add
any header file?
.
- Follow-Ups:
- Re: Cannot open include file:problem with Dll header
- From: Joseph M . Newcomer
- Re: Cannot open include file:problem with Dll header
- References:
- Cannot open include file:problem with Dll header
- From: priyanka
- Cannot open include file:problem with Dll header
- Prev by Date: Re: CHHTML Dialog - notify when the page is loaded
- Next by Date: Re: Cannot open include file:problem with Dll header
- Previous by thread: Re: Cannot open include file:problem with Dll header
- Next by thread: Re: Cannot open include file:problem with Dll header
- Index(es):
Relevant Pages
|