CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 17

Threaded View

  1. #10
    Join Date
    Apr 2007
    Location
    Mars NASA Station
    Posts
    1,436

    Re: DLL Library Question

    I try to include the static library by settings this Linker->General->Additional Library directories(D:\C++\Library\StopWatch DLL\debug)

    and Linker->Input->Additional Dependencies (StopWatch.lib)

    but compiler complaint that it cannot find the path(undeclared identifier).

    The file format is object file library.
    Last edited by Peter_APIIT; February 11th, 2009 at 04:15 AM.
    Thanks for your help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured