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
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.