Hello,
a top which was already discussed a few times but the current threads could not help me. I am trying to create a x64 configuration but I am getting the mentioned error. What I did so far and specifics:
- VS 2015
- Intel Fortran 18.0.5
- Build a Minimal test system x64 -> it is build and running flawlessly (x64 Compiler correctly installed)
- Checked in the configuration that all projects have the x64 configuration for the x64 *.sln
- Checked that there is no /MACHINE:I86 or similar in the "addional options" area in the linker section
- Checked that in the linker settings "Target Machine" is set to "Not set"
- C++ lib: Librarian; TargetMaschine /MACHINE:X64
- The *.exe which should be builded: "Additonal dependencies""kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"
What keeps me wondering that the File which is causing the error is looking for a object file MyC++Lib(hlmscffs.obj) which I do not know and which is also not in any of my x64/Debug folders.
Any has an Idea?