- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
this time I have a serious problem.
After installing MS Visual Studio .NET 2003 and Intel Fortran Compiler 8.1 I cannot launch even one program. Not even HelloWorld which I have taken over when creating a new project. Compiling works, but the linker seems to have some problems. The error message I get reads
Fatal error cannot open "bufferoverflowu"
In German this is "fatal error LNK1104: Datei 'bufferoverflowU.lib' kann nicht geffnet werden"
I checked the environment variables, especially LIB, but seems to be correct as it points to the compilerlib and to the VS-SDKlib.
On the other hand, on the PC there isno file called bufferoverflowU.lib or bufferoverflow.lib. So the LIB environment cannot help, even if it were wrong.
I have no idea about the reason for this error nor how to solve it. I also cannot see whether this is a compiler problem or a MS VS problem.
Anyone here able to help?
Thanks again in advance.
Harald
Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I know about this library, which is new in a version of the Microsoft Platform SDK, but am puzzled that you are running into it in Fortran on IA-32 at all. We thought this was an issue on Itanium and C only. I'm guessing that someone added a reference to this in your project settings.
If you don't solve it quickly, please submit an issue to Intel Premier Support, ask that it be assigned to Steve Lionel, and attach a ZIP file of your "solution" folder, including a build log from a build attempt.
If you don't solve it quickly, please submit an issue to Intel Premier Support, ask that it be assigned to Steve Lionel, and attach a ZIP file of your "solution" folder, including a build log from a build attempt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
sblionel wrote:
I know about this library, which is new in a version of the Microsoft Platform SDK, but am puzzled that you are running into it in Fortran on IA-32 at all. We thought this was an issue on Itanium and C only. I'm guessing that someone added a reference to this in your project settings.HF: Definitely not. Some administrator did the installation of MS VS and after install I was the first and only person to launch it. Therefore all settings are default.
If you don't solve it quickly, please submit an issue to Intel Premier Support, ask that it be assigned to Steve Lionel, and attach a ZIP file of your "solution" folder, including a build log from a build attempt.
I doubt that I can solve it quickly, even google does not provide me hits on this special issue. I am seriously considering a reinstall, including deleting the complete Intel Fortran program directory. As written in the email, the trouble might be based on a former installation of a 64bit IVF compiler version.
I doubt that the information in the build.log can help you, butcheck yourself. In other words: You have new mail. ;)
Regards,
Harald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It looks to me as if the HelloWorld object file was compiled with the EM64T compiler, which could cause this symptom.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Steve,
how could this compiler have survived the uninstall? How can I check whether you are right?
how could this compiler have survived the uninstall? How can I check whether you are right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Finally I got this problem solved. Seems as if there have been some old .obj files or so available for linking. After cleaning the project/solution and complete rebuild all the projects/soutions work now.
Thanks for your hint, Steve!

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page