Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: brianpt on September 26, 2018, 09:31:47 pm

Title: fortran 95 codes do not work on C::B on Windows 10
Post by: brianpt on September 26, 2018, 09:31:47 pm
The open statement doesn't work with error of memory reference.  I have installed C::B on my windows 10 and compiled successfully a Fortran 90 code.  However, it runs with error that the open statement doesn't work.

Any help is appreciated.
Title: Re: fortran 95 codes do not work on C::B on Windows 10
Post by: BlueHazzard on September 26, 2018, 11:40:48 pm
install a other compiler:
http://forums.codeblocks.org/index.php/topic,22354.msg154335.html#msg154335
Title: Re: fortran 95 codes do not work on C::B on Windows 10
Post by: brianpt on September 27, 2018, 03:34:55 am
It works now with the new compiler of mingw32 8.1.   The bug's been frustrating me and now I can move on.

Thanks a lot.