Converting a Dll To Lib File
-
Hi All, I want to investigate if there is a way to convert a Dll File which is not a Com Component to a Static Library File So that it can be packed into the Installation Program. I tried one Tool from Binary Soft called "Dll to Lib" it is a fantastic tool. & free to use ( I :mad: hate it when it displays a Message while using that very Lib. File). But i want to know if anybody knows similar tool Open Source or Free. If it is not then OpenSource Comunity must Develop it. Thanx.. all Manmohan Singh Sarwara.
-
Hi All, I want to investigate if there is a way to convert a Dll File which is not a Com Component to a Static Library File So that it can be packed into the Installation Program. I tried one Tool from Binary Soft called "Dll to Lib" it is a fantastic tool. & free to use ( I :mad: hate it when it displays a Message while using that very Lib. File). But i want to know if anybody knows similar tool Open Source or Free. If it is not then OpenSource Comunity must Develop it. Thanx.. all Manmohan Singh Sarwara.
You can use the VC++ compiler's command line tools to do this already. It's a manual process so perhaps if you created a very simple shell around it that's all you would need. How to create .LIB without Source or OBJ[^] 8bc7c0ec02c0e404c0cc0680f7018827ebee
-
You can use the VC++ compiler's command line tools to do this already. It's a manual process so perhaps if you created a very simple shell around it that's all you would need. How to create .LIB without Source or OBJ[^] 8bc7c0ec02c0e404c0cc0680f7018827ebee
Ok, that is fine, but if i have no source codes only a dll then how to make its .lib file (This is the main problem which i have mentioned). In this case how a VC++ compiler will help me?? regards,
-
Ok, that is fine, but if i have no source codes only a dll then how to make its .lib file (This is the main problem which i have mentioned). In this case how a VC++ compiler will help me?? regards,
That's why it says "Creating a .LIB from a .DLL WITHOUT SOURCE". 8bc7c0ec02c0e404c0cc0680f7018827ebee