Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Comunicados
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Autodice Sample - not working

acar
Principiante
579 Visualizações
I'm looking at COM because I need to link into a c++ dll and believe (possibly misguidedly) that this is what I need to do. I tried this ComposerXE example to give me an idea of what might be required but it doesn't compile:
Two errors are reported the first of which is #7977: the type of the function reference does not match the type of the function definition [RANGE_SELECT]. This is reported for line 1 which of course is not the case and the second error is not an error it is just a reflection that the compilation has been aborted because of the first error.
Can anyone point me a bug-fix for this? Thanks, ACAR.
0 Kudos
1 Responder
Steven_L_Intel1
Funcionário
579 Visualizações
The error you are seeing is a compiler bug that was introduced in Update 3 . Turn off generated interface checking to eliminate it or use Update 4 that fixes it.
Responder