Error : can not open file "hid.lib"
-
fatal error LNK1104: cannot open file "hid.lib" please give me any solution.
-
fatal error LNK1104: cannot open file "hid.lib" please give me any solution.
Ruchira Patel wrote:
fatal error LNK1104: cannot open file "hid.lib"
Check if the file mentioned in the error message("hid.lib") is present or not. If the file is in some 3rd party libraries installed in system, give the correct path in "Additional include directories" option of your project settings.
-- "Programming is an art that fights back!"
-
fatal error LNK1104: cannot open file "hid.lib" please give me any solution.
Make sure this file exist on your system and can be found by the compiler (it should either be in the project directory or located in one of the "Additional Library Directory" (project settings -> "Linker" -> "General" -> "Additional Library Directory").
Cédric Moonen Software developer
Charting control [v3.0] OpenGL game tutorial in C++ -
Ruchira Patel wrote:
fatal error LNK1104: cannot open file "hid.lib"
Check if the file mentioned in the error message("hid.lib") is present or not. If the file is in some 3rd party libraries installed in system, give the correct path in "Additional include directories" option of your project settings.
-- "Programming is an art that fights back!"
rp_suman wrote:
give the correct path in "Additional include directories"
This is a library file, not an include file. The folder should be mentionned in "Additional Library Directories".
Cédric Moonen Software developer
Charting control [v3.0] OpenGL game tutorial in C++ -
rp_suman wrote:
give the correct path in "Additional include directories"
This is a library file, not an include file. The folder should be mentionned in "Additional Library Directories".
Cédric Moonen Software developer
Charting control [v3.0] OpenGL game tutorial in C++ -
fatal error LNK1104: cannot open file "hid.lib" please give me any solution.
Ruchira Patel wrote:
please give me any solution.
See here.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius