Author Topic: Build Environment  (Read 2682 times)

Offline aunmhd

  • Single posting newcomer
  • *
  • Posts: 2
Build Environment
« on: April 29, 2018, 09:49:19 am »
Hello,

I've written a FORTRAN Code in Code::Blocks and I've also compiled the code. It generates an exe file. 
Is it possible to modify the Build Environment in Code::Blocks? I have been using Simply FORTRAN Earlier and the code is compiled in a separate tab in that case. 

Thanks
« Last Edit: April 29, 2018, 10:07:09 am by aunmhd »

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Build Environment
« Reply #1 on: April 29, 2018, 05:41:22 pm »
Quote
Is it possible to modify the Build Environment in Code::Blocks? I have been using Simply FORTRAN Earlier and the code is compiled in a separate tab in that case. 
i have absolute no idea what you are talking about... Can you explain more?
Maybe with a step by step example what you want to achieve?

Offline aunmhd

  • Single posting newcomer
  • *
  • Posts: 2
Re: Build Environment
« Reply #2 on: April 29, 2018, 06:28:53 pm »
I'm working with Arrays.
The first image is from when I compiled the code with Code::Blocks.
The second is from Simply Fortran.
Is it possible to get a more neater representation of output while using Code::Blocks?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Build Environment
« Reply #3 on: April 29, 2018, 07:47:16 pm »
No, the output is produced by your program and it is up to your program to improve its output.
We cannot do much about it.
Also the black window you're seeing is just the cmd.exe window from Windows, so we have no control on it!
(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!]