Hi guys. I need to get a portable executable from a Fortran working program on Windows 7s. In particular, I need something like an icon such that if I double click in it the program stars even if C::B is not open or not installed on the computer. If I double click on the executable produced by C::B a window error appears on the screen saying that a .dll file is missing (libgcc_s_sjlj-1.dll). From what I've read on the Internet the problem is due to the fact that I'm building the project in Debug mode and I should change it to Release mode. But if I do in that way I obtain an error even when running the program in C::B. In particular I get:
" Fortran runtime error: Integer overflow when calculating the amount of memory to allocate "
Any idea for solving this problem? Is it right that I need to build the file in Realese mode?
Thank you!