Re: unresolved external




"Dagan" <dagan_os@xxxxxxxxxxxx> wrote in message
news:uiAEZKSaGHA.1200@xxxxxxxxxxxxxxxxxxxxxxx
Hi

1) on Project Setting->Link Tab, on Object\Library modules add the path of
the lib file


Thow I'm not a newbie in C/C++ development I'm pretty new to VS
environment...
This is a very god tip... I've been copying the lib to the new project or
using the 2nd option... until now... thanks!

[]s
Fred


2) on tools->options, on Directories add path to that lib file

Good Luck.

"Sri" <srinivasan222@xxxxxxxxx> wrote in message
news:1146032227.502307.3960@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,

I am new to VC++. I have a basic question in VC++ project. I am working
in VS 2005. I have created a MFC dll. I want to use the dll in another
MFC application. How to add reference to that dll.

I have worked in C# projects. There it is just add reference to that
dll. But I dont know how to do that in VC++. Please let me know the
steps involved and it will be great if anyone could help me with a URL,
which explains the same.

Thanks
Sri





.



Relevant Pages

  • eVC Settings
    ... the message specifies a dll on my _desktop_. ... I eliminated all references to the corresponding .lib file in ... I made sure I have no pragmas that reference the .lib or .dll ... The IDE won't let me debug my program, ...
    (microsoft.public.pocketpc.developer)
  • Re: Success Through Cluelessness
    ... > object in my lib file would crash. ... And where do you think the "C++ objects like fstream" are implemented? ... Precisely in the CRT. ... DLL or EXE) will have it's own copy of the CRT, ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Compiling C DLLs for reuse in MC++?
    ... and link with the lib file" ... a DLL file, no lib. ... new GUI for it in either C# or MC++, ... I've never made a native DLL before and successfully used it. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Dll lib
    ... A DLL is a collection of code that is linked at some point, ... A .lib file contains information that tells the linker how to resolve symbols at link ... REFERENCE to the DLL and the information about the names in a.obj, ... This can be further refined to really mean "implicit dynamic linking" ...
    (microsoft.public.vc.mfc)
  • Success Through Cluelessness
    ... Recently I was having a problem where the creation of an fstream object ... The lib file was linked to a managed dll. ... multithreaded libraries are required. ...
    (microsoft.public.dotnet.languages.vc)

Loading