[wix-users] warning LGHT1076: ICE60: The file xxx.dll is not a Font, and its version is not a companion file reference.
Vilius Šumskas
v.sumskas at advantes.tech
Sat May 8 15:14:56 PDT 2021
Hello,
my Wix project has one DLL file which doesn‘t have Language information or entry point defined. It‘s actually a Microsoft JDBC SQL library which should be called by the application directly.
Every time when I compile a project I get:
warning LGHT1076: ICE60: The file sqljdbc_auth.dll is not a Font, and its version is not a companion file reference.
Internet search suggests that I should use DefaultLanguage=”0” for such files, but this produces:
warning LGHT1101: The DefaultLanguage '0' was used for file 'sqljdbc_auth.dll' which has no language.
I suppose this has something to do with this description from Wix documentation:
“…This is the default language of this file. The linker will replace this value from the value in the file _if the suppress files_ option is not used….”
What is this “suppress files” option? What is the proper way to fix this warning? Or should I just ignore ICE60 warnings for projects which use such DLL files?
--
Best Regards,
Vilius
More information about the wix-users
mailing list