- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HiAs I Build Solution, it appears:
Output Window |
Embedding manifest... .\Debug\sdue2ae.exe.intermediate.manifest : general error c1010070: Failed to load and parse the manifest. {q~0H |
I used to have problems of IMSL, but I have checked it and it seems ok.
I'd like to ask what the problem is.
Thanks a million.
Mike
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I never saw that one before, but a Google search suggests that one possibility is too long a path for the manifest file. That does not seem to be your problem.
I suppose a simple solution is to disable generation of manifests. In the project properties, select Linker > Manifest File and change "Generate Manifest" to no. I doubt you will miss it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I never saw that one before, but a Google search suggests that one possibility is too long a path for the manifest file. That does not seem to be your problem.
I suppose a simple solution is to disable generation of manifests. In the project properties, select Linker > Manifest File and change "Generate Manifest" to no. I doubt you will miss it.
I''ve done it. But now it shows:
Embedding manifest... mt.exe : general error c10100b1: Failed to load file ".Debugsdue2AE.exe". {q~0H
I've ReBuild or Clean the solution, it doesn't work either.
I've checked the *.obj files. They are not rebuilt at all. :(
Thank you for your help.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are those strange characters which show in the post actually in the filename?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are those strange characters which show in the post actually in the filename?
No. The strange characters are outside the filename. The filename is correct.
Now, it shows:
========== Build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
There is no Buildlog in ./Debug/, no ***.obj. Silent. :(
Thanks for keeping help me.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are those strange characters which show in the post actually in the filename?
I started a new and very simple project now.
program main
print *,'sss'
end program main
After Build Solution, it shows:
1>------ Build started: Project: Console2, Configuration: Debug Win32 ------
1>
1>Build log written to "file://D:tempConsole2Console2DebugBuildLog.htm"
1>Console2 - 0 error(s), 0 warning(s)
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
But I don't find the *.obj in ./Debug at all.
and Build Solution again,
========== Build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
Still no *.obj.
Then I Run it, it shows:
Visual Studio cannot debug because the debug target 'D:tempConsole2Console2debugconsole2.exe' is missing.
:(
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I started a new and very simple project now.
program main
print *,'sss'
end program main
After Build Solution, it shows:
1>------ Build started: Project: Console2, Configuration: Debug Win32 ------
1>
1>Build log written to "file://D:tempConsole2Console2DebugBuildLog.htm"
1>Console2 - 0 error(s), 0 warning(s)
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
But I don't find the *.obj in ./Debug at all.
and Build Solution again,
========== Build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
Still no *.obj.
Then I Run it, it shows:
Visual Studio cannot debug because the debug target 'D:tempConsole2Console2debugconsole2.exe' is missing.
:(
Mike
Oh, I find out that IVF will not automatically remind user to save the newly edited file and add to the project.
I remember CVF will do it.
After I save and add it to project, it works now.
But back to my previous post, it still shows
========== Build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
There is no new Buildlog in ./Debug/, no updated ***.obj. Silent. :(
Thanks for keeping help me.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oh, I find out that IVF will not automatically remind user to save the newly edited file and add to the project.
I remember CVF will do it.
After I save and add it to project, it works now.
But back to my previous post, it still shows
========== Build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
There is no new Buildlog in ./Debug/, no updated ***.obj. Silent. :(
Thanks for keeping help me.
Mike
I've redone one static-library project by collecting all the files(modules and external files) except main file.
This is done successfully.
I create a main project to add the main file and also linking thestatic library.
I compare the settings in Project->properties and find Fortran is missing in Configuration Properties for the old project.
Also there is also another Common Properties added.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mike,
You will not see Fortran in the Configuration Properties. It will be in the Project Properties.
At this point I suggest that you enter an issue at Intel Premier Support and attach a ZIP of your solution folder. There's not enough information here so far to understand the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mike,
You will not see Fortran in the Configuration Properties. It will be in the Project Properties.
At this point I suggest that you enter an issue at Intel Premier Support and attach a ZIP of your solution folder. There's not enough information here so far to understand the problem.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page