VC++ Programming Tips
Search This Blog
Thursday, January 1, 2009
How to include library File without using project seettings
include following line in your program
#pragma comment (lib, "yourLibname.lib")
Example:
#pragma comment (lib, "wbemuuid.lib")
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment