Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29278 Discussions

Problem with generating a dialog-based sample windows application by IVF 9.1.037

g_balogh
Beginner
541 Views

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

0 Kudos
0 Replies
Reply