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

Problem about Preprocess source file Yes (/fpp)

An_N_1
New Contributor I
365 Views

VS2017 + IVF2017(update4, w_comp_lib_2017.4.210)

I found if 'preprocess source file' is set to Yes, the compile error shown in output window seems a little strange: '\' before the source file name will become '/', which will cause a little inconvenient for VS to open the file by double click the error message line when the file is already opened.

PreprocessYes: '......\Console1/Source1.f90(3): error #5082: Syntax error......'.

PreprocessNo : '......\Console1\Source1.f90(3): error #5082: Syntax error......'.

The early versions I have(VS2010 + IVF2015/2012) does not have that feature.

Is it designed to? I do not think it reasonable.

0 Kudos
1 Solution
Lorri_M_Intel
Employee
365 Views

This problem has been fixed internally, and will be available in a future update.

Sorry for the inconvenience --

                                --Lorri

View solution in original post

0 Kudos
2 Replies
Lorri_M_Intel
Employee
366 Views

This problem has been fixed internally, and will be available in a future update.

Sorry for the inconvenience --

                                --Lorri

0 Kudos
An_N_1
New Contributor I
365 Views

Got it! Thanks Lorri.

It seems I meet bugs more often than former update ever. I think that is sign of big changes. Exciting evolution is expected.

0 Kudos
Reply