News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

program without mingw.dll

Started by dirk_1980, April 11, 2013, 12:30:54 PM

Previous topic - Next topic

dirk_1980

Hi,

is it possible to build a program without using the mingw.dll?

I will link / include the dll inside my program.



zabzonk

#1
Sure - there is no reason for apps compiled with MinGW GCC to use that DLL at all, though this has nothing to do with Code::Blocks.

dirk_1980

If i use threads than i need the stupid DLL.

Long time ago i was using DEV-C++ and all my programs didn't used this DLL.
But now i use Code::Blocks an i can't see the switch to build without this DLL.

zabzonk


dirk_1980

So my version of mingw is to old. No problem.

Do you know witch version  is used in the Code::Blocks Setup with mingw?

Should i use the Code::Blocks Setup with mingw or should i install just a new version of mingw from their homepage?

dirk_1980

GCC 3.4.5 is just 6 years old and is still working.

I will use the Code::Blocks Setup the 4.7.1 is about 5 years newer than the installed version!

MortenMacFly

Not related to Code::Blocks. Locking topic.

Ask in a MinGW related forum. We don't support compiler (MinGW) related question here as we don't develop this compiler. So we cannot seriously answer such questions.

Please comply with the forum rules you agreed to when registering here. This topic might be removed silently.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]