- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
in order to change a LS-DYNA material subroutine, I installed Microsoft Visual Studio 2008 and the Fortran compiler 10.1. When I want to execute the nmake file via the fortran command window, I get the following error messages:
I am a new Fortran user and do not know what they mean, so I googled it. But the answers were mostly vague, like "try to change the environment variables for xy" and I really don't want to make the situation even worse.
Thank you very much for your answers!
Best,
Carmen
Link Copied
- « Previous
-
- 1
- 2
- Next »
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Everything works normally with VS2008 + ifort-10.1 + your solution (Console6_1.zip) on my system. The solution was already set for the x64 Debug configuration, and the only change I made was to change "Configuration Properties->Linker->General->Output File" to <inherit from project defaults>.
I was able to build and run in the VS debugger (see the attached)
I don't see how the problem could have anything to do with the solution file. I can only assume the problem has something to do with you system.
Just a WIG -- where ever you are attempting to write the executable file -- are you certain you have the necessary permissions to write to that directory? You might test by opening a command prompt, cd'ing there, and creating a test file with notepad or some other editor.
Patrick

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- « Previous
-
- 1
- 2
- Next »