I am trying to compile a c++ project and the LNK1104: cannot open file 'libcimt.lib' shows up. what is the path to the file or how do i get around this.
I am trying to compile a c++ project and the LNK1104: cannot open file 'libcimt.lib' shows up. what is the path to the file or how do i get around this.
"You seem to be using the obsolete non-template based iostream library.
You need to use the new one, thereby removing the dependency on the
old lib, and also remove the lib from your project's linker settings."
This was the answer from the link. What is the new library, and how do i remove the old one from my linker settings.
Nishant Sivakumar
Posted: Visual C++ General, LNK1104: cannot open file 'libcimt.lib'