Library file in VC++

Go4Expert Member
21Mar2007,12:14   #1
sibu's Avatar
Hi,

I have some 3-4 files. Would like to know how to create a library file for these,so that I can use the same in make file? What is command for that?

thanking you

Sibu
Go4Expert Founder
21Mar2007,12:26   #2
shabbir's Avatar
What do you mean by Library file. Do you mean the dll and lib?
Go4Expert Member
21Mar2007,12:31   #3
sibu's Avatar
lib
Go4Expert Founder
21Mar2007,15:57   #4
shabbir's Avatar
Just compile the dll project and will generate the output in dll as well as lib. If you have an executable project you need to convert that into a dll project.