Code::Blocks Forums
User forums => Help => Topic started by: soican on July 10, 2013, 11:06:50 pm
-
my topic's name is question, duplicate:
can i make static library with type .lib for usig in cpp builder(for example)?
compiler is mingw.
-
If the compiler in the cpp builder is mingw then you can easily make one.
If it is not then you have to know what you're doing to do it and then it is not guaranteed that you'll succeed.
-
you can easily make one.
i meant can i save statik lib with .lib format but no .a one(using codeblock with mingw)
-
I don't think so. Also keep in mind that GCC doesn't support the native debugger symbols format. So even if you can create a .lib file you won't be able to debug it in C++ builder.
Another option is to setup the C++ builder compiler in Codeblocks.