Hi,
I am currently trying to debug a fotran 90 code in Microsoft Visual Studio 2008. The code is actually a new version of a code written in fortran 77 which was debugged in the past succesfully using Visual Studio 6.0. I had to correct a lot of errors to translate the code so that it doesn't give any errors in the new version. Although now I do not get any errors while building the code when I try to debug it I get the following messages:
'112111.exe': Loaded 'C:\\Documents and Settings\\UVM Affiliate\\My Documents\\Visual Studio 2008\\Projects\\Console3\\Console3\\Debug\\112111.exe', Symbols loaded.
'112111.exe': Loaded 'C:\\WINDOWS\\system32\\ntdll.dll'
'112111.exe': Loaded 'C:\\WINDOWS\\system32\\kernel32.dll'
'112111.exe': Loaded 'C:\\WINDOWS\\system32\\imagehlp.dll'
'112111.exe': Loaded 'C:\\WINDOWS\\system32\\msvcrt.dll'
'112111.exe': Loaded 'C:\\Program Files\\Common Files\\LogiShrd\\LVMVFM\\LVPrcInj.dll'
'112111.exe': Loaded 'C:\\WINDOWS\\system32\\user32.dll'
'112111.exe': Loaded 'C:\\WINDOWS\\system32\\gdi32.dll'
'112111.exe': Loaded 'C:\\WINDOWS\\system32\\imm32.dll'
'112111.exe': Loaded 'C:\\WINDOWS\\system32\\advapi32.dll'
'112111.exe': Loaded 'C:\\WINDOWS\\system32\\rpcrt4.dll'
'112111.exe': Loaded 'C:\\WINDOWS\\system32\\secur32.dll'
The thread 'Win32 Thread' (0x385c) has exited with code 49479680 (0x2f30000).
'112111.exe': Loaded 'C:\\WINDOWS\\system32\\dbghelp.dll'
'112111.exe': Loaded 'C:\\WINDOWS\\system32\\version.dll'
112111.exe has triggered a breakpoint
The thread 'Win32 Thread' (0x3604) has exited with code 2 (0x2).
The program '[9096] 112111.exe: Native' has exited with code 2 (0x2).
112111 is the name of the project. What does this mean and how can I fix it?
Thanks.



