Silverfrost Forums

Welcome to our forums

Fortran app works in debug but not in release

18 Feb 2010 2:17 #6017

I have an issue that is bugging me a lot. I am trying to get an application written in Fortran 77 to work in release mode. It is working fine in debug mode and also when I run a sample application that calls it, but when I run it in production it crashes. I have tried native and managed code compilation but neither work. :roll:

Could someone please help me?

yours sincerely

Craig Hoy

18 Feb 2010 7:33 #6018

Which compiler switches did you use for the debug version?

If you have used only /debug then you should try /undef which detects much more problems.

Detlef

Please login to reply.