Issue with the rc.exe(fatal error LNK1158: cannot run ‘rc.exe’)
-
Hello All,
This topic have been previously discussed and resolved.
I have followed the below approach to resolve the issue.
https://stackoverflow.com/questions/14372706/visual-studio-cant-build-due-to-rc-exeI only have one concern. I am using 64-bit system and when i use the exact same files mentioned in the link, (x86) files, Qt creator works fine but when i use the file(rc.exe
rcdll.dll) from windows 10 kit or use 64-bit version of the file, i get the error:
fatal error LNK1158: cannot run ‘rc.exe’
I just wanted to know exactly what is happening. -
Hello All,
This topic have been previously discussed and resolved.
I have followed the below approach to resolve the issue.
https://stackoverflow.com/questions/14372706/visual-studio-cant-build-due-to-rc-exeI only have one concern. I am using 64-bit system and when i use the exact same files mentioned in the link, (x86) files, Qt creator works fine but when i use the file(rc.exe
rcdll.dll) from windows 10 kit or use 64-bit version of the file, i get the error:
fatal error LNK1158: cannot run ‘rc.exe’
I just wanted to know exactly what is happening.@Kira
from my experience, I would say this can happen when either QtCreator is updated or when Windows itself updates.Usually a clean reinstall of QtCreator "fixes" this, which let me believe that simply rerunning the configure?-skript of QtCreator should fix this as well. I'm however unsure what exactly QtCreator is doing to find the system includes and paths