- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm beginner with IVF, but not with fortran.
As a first trial with the IVF, i've made testswith the suggested int_sin_fort project (which worked well), then i wanted to build a simple Intel Fortran Windows "Dialog-based sample code" Application.Surprisingly, it failedinthe DlgInit. After long thinking and tests proovedthe cause, that the resource file was not created and involved into the exe file.
The avoidance procedure, which finally gave life to the program, contained two necessary steps:
1. Making a Pre-Link event to create the *.res file by the rc resource complier
2.Adding an additional command line option to the linker, defining the place of the compiled resource file.
I'm asking the experts about the problem, because iam not sure about the source of the problem. Is there a possibility, that the vs-ivf officialy forgets (;-) this missing building steps somehow, or it may be a consequence of some previously installed visual studio versions on my machine? Is there a way to correct the situation here (by modifying some registry keys, or else)?
Thanks ahead:-)
Gbor
Link Copied

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