Add .lib
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
How to add lib file in ur program other than project->setting->link,like what one does for header file(#include <stdio.h>) Pls help me.Thanx in advance never say die
-
-
How to add lib file in ur program other than project->setting->link,like what one does for header file(#include <stdio.h>) Pls help me.Thanx in advance never say die
# pragma directive is one of best way to include the lib file.. but you can also add to you rpoject by just adding libaray file same way you add .cpp and .h file
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV