I have a solution constitued by a fortran code (fortran project) that depend on a project constitued by a *.lib file.
In the fortran code, some variable are initialized in a subroutine.
In the debug mode, the software/solution is correct and all the variables can be used with the correct value.
In the release mode, any variable appear with a initial value. For example, the string variable appear with the value ' ' but in the code the same variables are correctly initialized.
Thank you in advance.