Thread: VS .NET .lib adding

  1. #1
    Registered User (TNT)'s Avatar
    Join Date
    Aug 2001
    Location
    UK
    Posts
    339

    VS .NET .lib adding

    Hey,

    Does anyone know how to add a .lib file to a project in vs 7 .net?
    Ive looked all over and cant find any project settings, if not does anyone know that line of code which adds the lib?

    Thanks
    TNT
    TNT
    You Can Stop Me, But You Cant Stop Us All

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Dunno I'm still on VC++6....but I imagine the pragmas are still the same....

    add

    #pragma comment(lib,"MyLib.lib")

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. SVN Import Causes Crash
    By Tonto in forum Tech Board
    Replies: 6
    Last Post: 11-01-2006, 03:44 PM
  2. Adding MFC dialogs in VS .NET 2003
    By cboard_member in forum Windows Programming
    Replies: 1
    Last Post: 02-11-2006, 02:56 PM
  3. Some .NET Distribution Stats
    By nickname_changed in forum C# Programming
    Replies: 2
    Last Post: 05-14-2005, 03:41 AM
  4. VS .NET: Adding a directory
    By K0NG3AL3R in forum C++ Programming
    Replies: 1
    Last Post: 12-03-2002, 12:22 PM
  5. Visual J#
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 10-08-2001, 02:41 PM