building a object file lib
-
hi , can anyone tell me how to build an object file library in VS2005 framework. for ex :libBasicUsageEnvironment.lib, how to build this library..? i am a newbie to .net . kindly help me
-
hi , can anyone tell me how to build an object file library in VS2005 framework. for ex :libBasicUsageEnvironment.lib, how to build this library..? i am a newbie to .net . kindly help me
-
Create a new Win32 project and select static lib or dll in the project type page. VS2005 will set the build options automatically to build the selected library type.
txtspeak is the realm of 9 year old children, not developers. Christian Graus
thanks but but how to link the libraries which i want with the win32 pjt newly created?
-
thanks but but how to link the libraries which i want with the win32 pjt newly created?
sindhumahe wrote:
thanks but but how to link the libraries which i want with the win32 pjt newly created?
Just add the library to your Linker options in the project properties. Obviously time to go through either the VS help files or the entire properties lists to get familiar with some of the basics. [edit]Note: please do not remove your original question, as nobody can see what the answers refer to. Remember your question may help someone else in the future.[/edit]
txtspeak is the realm of 9 year old children, not developers. Christian Graus
modified on Thursday, March 25, 2010 8:22 AM
-
thanks but but how to link the libraries which i want with the win32 pjt newly created?
Don't remove questions if they already got replies, it results in a messy forum. See the forum guidelines. Your original post was: hi , can anyone tell me how to build an object file library in VS2005 framework. for ex :libBasicUsageEnvironment.lib, how to build this library..? i am a newbie to .net . kindly help me :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
Getting an article published on CodeProject now is hard and not sufficiently rewarded.
-
Don't remove questions if they already got replies, it results in a messy forum. See the forum guidelines. Your original post was: hi , can anyone tell me how to build an object file library in VS2005 framework. for ex :libBasicUsageEnvironment.lib, how to build this library..? i am a newbie to .net . kindly help me :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
Getting an article published on CodeProject now is hard and not sufficiently rewarded.
-
Hi Luc, Did you already have a copy of the original or do you have some method of finding deleted messages? Richard
txtspeak is the realm of 9 year old children, not developers. Christian Graus
one of my spiders takes a snapshot of www.codeproject.com on an hourly base; and a second one posts replies to the questions that match some filter criteria. More seriously, yes there are ways to see what isn't there any more. I only use it to tell them of though. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
Getting an article published on CodeProject now is hard and not sufficiently rewarded.