View previous topic :: View next topic |
Author |
Message |
SMECPMS
Joined: 12 Feb 2010 Posts: 5
|
Posted: Thu Feb 18, 2010 3:17 am Post subject: Fortran app works in debug but not in release |
|
|
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.
Could someone please help me?
yours sincerely
Craig Hoy _________________ Craig Hoy | Programming and Development
SMEC Australia Pty Ltd
craig.hoy@smec.com |
|
Back to top |
|
 |
dpannhorst
Joined: 29 Aug 2005 Posts: 165 Location: Berlin, Germany
|
Posted: Thu Feb 18, 2010 8:33 am Post subject: |
|
|
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 |
|
Back to top |
|
 |
|