dll to lib
-
llp00na wrote:
How can i convert a dll into a lib ?
I think you can do it with the linker. Read the linker documenation in MSDN for the specifics
How can you do that? can you please supply a link because i tried looking for it and did not succeed. LINK uses the following types of input files: * .obj files * .lib files * .exp files * .def files * .pdb files * .res files * .exe files * .txt files * .ilk files Thanx
llp00na
-
You can't create a static link library from a DLL. Do you mean create an import library from a DLL? If so, if you have the source code to build the DLL, then you can set up your project to create the lib when the dll is built. If you need an import library for a DLL that you DON'T have the source for, try How To Create 32-bit Import Libraries Without .OBJs or Source[^] Mark
"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder