DLL Project to Static Lib.
-
I want to convert a vc regular dll project to a static library. Is there any way i can do this w/out having to create a new project and import all the files into it. Can i do this using TMAKE or something... any advice would be appreciated. Asim Hussain e: asim@jawache.net w: www.jawache.net
-
I want to convert a vc regular dll project to a static library. Is there any way i can do this w/out having to create a new project and import all the files into it. Can i do this using TMAKE or something... any advice would be appreciated. Asim Hussain e: asim@jawache.net w: www.jawache.net
-
I want to convert a vc regular dll project to a static library. Is there any way i can do this w/out having to create a new project and import all the files into it. Can i do this using TMAKE or something... any advice would be appreciated. Asim Hussain e: asim@jawache.net w: www.jawache.net
You have to create a new project and then e.g. drag'n'drop the files from your DLL project to your newly created static library project.
-
You have to create a new project and then e.g. drag'n'drop the files from your DLL project to your newly created static library project.
I can't believe i didn't think of that.. brilliant. Cheers. Asim Hussain e: asim@jawache.net w: www.jawache.net