Re: linking issue
- From: r_z_aret@xxxxxxxxxxxx
- Date: Wed, 26 Jul 2006 17:10:16 -0500
On 26 Jul 2006 03:50:12 -0700, "Surbhi" <cutiegoyal@xxxxxxxxx> wrote:
Hi
I have made library of my code and is linking one application with that
library. The problem which i am facing in this is that application is
linking with that library but functions used in that are not getting
linked.The functions used in my library are just WinCE API's.Could
anyone tell me what is the issue in this.Is this any compiler flag
issue which i have used while making that library.
Links to built in functions are not established until the application
is linked. I think you need to add to the list of .lib files in
Project->Settings->Link->Object/library modules.
in your _application_ project. Some (but definitely not all) function
descriptions in MSDN Library (AKA F1 Help) specify the required .lib
file.
-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).
Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
www.penfact.com
.
- Follow-Ups:
- Re: linking issue
- From: Surbhi
- Re: linking issue
- References:
- linking issue
- From: Surbhi
- linking issue
- Prev by Date: Re: Search path in LoadLibrary problem ...
- Next by Date: Re: x86 CE SDK
- Previous by thread: Re: linking issue
- Next by thread: Re: linking issue
- Index(es):
Relevant Pages
|