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

Linker Error LNK1181: cannot open input file 'ckernel32.lib'

dswakefield
Anfänger
509Aufrufe
Program compiles satisfactorily in Debug mode using latest IVF release. Above error message when in Release mode. Have not found reference to this particular error/file combination elsewhere. Help appreciated!
0 Kudos
2 Antworten
Les_Neilson
Geschätzter Beitragender II
509Aufrufe

If the error message is exactly as shown then there is no ckernel32.lib
It would appear to be a typo in the project settings of the Release configuration
(see Project->Properties->Input->Additional Dependencies - look for ckernel32 and change it to kernel32)

Les
dswakefield
Anfänger
509Aufrufe
Quoting - dswakefield
Program compiles satisfactorily in Debug mode using latest IVF release. Above error message when in Release mode. Have not found reference to this particular error/file combination elsewhere. Help appreciated!

Les ... thank you for the quick response. Problem solved - just getting used to new environment after CVF.
Antworten