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

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

dswakefield
Novice
437 Views
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 Replies
Les_Neilson
Valued Contributor II
437 Views

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
0 Kudos
dswakefield
Novice
437 Views
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.
0 Kudos
Reply