Whats the development environment for the static library generated by DLL to Lib?
After the DLL has been converted into a static library, the static library can be built into your application. Currently, DLL to Lib can only generate COFF format static libraries, which are compatible with Visual C++ 4.1 or higher versions. This means your project can use the generated static libraries in Visual C++ 4.1 or higher versions of Microsoft Visual C++ development tools, or all other development tools that support COFF format static libraries.