Thread: .lib files

  1. #1
    Registered User
    Join Date
    Sep 2003
    Posts
    1

    .lib files

    Hi people
    Im kind of new to programming, ive done a bit of Turbo Pascal in school and now ive started on my own with C++. Could someone please tell me how to add the 'rasapi32.lib' file?

  2. #2
    Registered User glUser3f's Avatar
    Join Date
    Aug 2003
    Posts
    345
    what compiler? in VC++ 6.0 go to Project > settings and add the lib name under the link tab.

  3. #3
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    What is rasapi32.lib? It is NOT part of standard C++.

    Maybe the Programming FAQ about "missing header files" will help.

    If this is part of a 3rd-party library, it should have some documentation.

    [EDIT]
    Oh, it's Microsoft... Well, I didn't say you could find it in the documentation... or that it would be clearly explained in the documentation!
    Last edited by DougDbug; 09-03-2003 at 02:57 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Error opening files in a different dir
    By Ozzie in forum C++ Programming
    Replies: 3
    Last Post: 10-09-2008, 06:55 AM
  2. Program Deployment and DLL/OCX Files?
    By dfghjk in forum C++ Programming
    Replies: 5
    Last Post: 06-16-2008, 02:47 AM
  3. accessing all files in a folder.
    By pastitprogram in forum C++ Programming
    Replies: 15
    Last Post: 04-30-2008, 10:56 AM
  4. Folding@Home Cboard team?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 398
    Last Post: 10-11-2005, 08:44 AM
  5. Batch file programming
    By year2038bug in forum Tech Board
    Replies: 10
    Last Post: 09-05-2005, 03:30 PM