Author Topic: Problem with "Global compiler settings"  (Read 5770 times)

tucna

  • Guest
Problem with "Global compiler settings"
« on: August 25, 2008, 09:43:43 am »
Hi,

I think, that c::b don't use settings in "Toolchain executables -> Compiler's installation directory".

When I have

   C:\MinGW

and "Resource compiler"

   windres.exe

c::b calls windres from another place. When I change "Resource compiler" to

   C:\MinGW\bin\windres.exe

everything is ok.

I have c::b 8.02.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7594
    • My Best Post
Re: Problem with "Global compiler settings"
« Reply #1 on: August 26, 2008, 06:03:09 am »
Did you try adding C:\MinGW\bin to "additional paths" some people were doing that for some reasons a few months back.

Tim S

PS: Please do not post anymore user questions in the "Developer forums (C::B DEVELOPMENT STRICTLY!)" subforums.

For this question, I think Code::Blocks > User forums > Using Code::Blocks forum would be best.
http://forums.codeblocks.org/index.php/board,3.0.html


« Last Edit: August 26, 2008, 06:05:30 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

tucna

  • Guest
Re: Problem with "Global compiler settings"
« Reply #2 on: August 26, 2008, 07:51:15 am »
Did you try adding C:\MinGW\bin to "additional paths" some people were doing that for some reasons a few months back.

Tim S

PS: Please do not post anymore user questions in the "Developer forums (C::B DEVELOPMENT STRICTLY!)" subforums.

For this question, I think Code::Blocks > User forums > Using Code::Blocks forum would be best.
http://forums.codeblocks.org/index.php/board,3.0.html




No I didn't.

So sorry, but it wasn't question :) I thought that was bug.