News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

can i make static library with type .lib for usig in cpp builder?

Started by soican, July 10, 2013, 11:06:50 PM

Previous topic - Next topic

soican

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.

oBFusCATed

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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

soican

Quoteyou can easily make one.
i meant can i save statik lib with .lib format but no .a one(using codeblock with mingw)

oBFusCATed

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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]