Re: linking issue



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
.



Relevant Pages

  • Re: Linking to a DLL in Intel Visual Fortran
    ... on how to include these lib files. ... So the post title should be "Linking to a Lib..." ... described building a .DLL project iiu in the original post... ... I'm confused by the request vis a vis the concentration on the linker ...
    (comp.lang.fortran)
  • Re: newbie question
    ... ShipHead wrote: ... > Is this like including mscorlib.h and linking with mscorlib.lib? ... don't have corresponding header and lib files. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: fortran programs with big RAM requirement
    ... I wonder if you are facing the same problem that ... I was able to solve my problem by linking to the correct libdl library ... I was able to compile your ... $ locate libdl| grep 64 ...
    (comp.lang.fortran)
  • error LNK2001: unresolved external symbol _CLSID_TAPI
    ... i m facing the following problem while linking. ... error LNK2001: unresolved external symbol _CLSID_TAPI ... plz help me to solve this problem.. ...
    (microsoft.public.win32.programmer.tapi)
  • linking issue
    ... 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 ...
    (microsoft.public.windowsce.embedded.vc)