Hello everybody,
I'm having problems with linking and other settings in Visual C++ .NET.
I have downloaded a library from the internet, followed all the instructions on setting the project, typed "#include <...>", set the linker options, but I keep on getting errors when I try to compile my project. It is not the first time I face problems with these damn settings. Now it tells me "Cannot open input file "D:\Program.obj". I do not have any .obj files in my linker settings (the file from the Internet has a .lib extension). I guess that the linker is trying to get access to the folder "D:\Program Files\ ...", but still there are no reasons as to why it should look there, I think.
Another problem: I typed "#include <...>" in my .cpp file. When I right click this text and select "Open document ..." I am able to open this document, but when I then try to open documents included (#include) in this file, I get an error "File not found ...". But the same thing works in Visual C++ 6.0! What the hell?
I am very confused, since I do not have any problems writing my own C++ code, and face these stupid difficulties when I try to use other people's libraries! Can anybody tell me where I could get information on solving these problems?
Thanks in advance.
I'm having problems with linking and other settings in Visual C++ .NET.
I have downloaded a library from the internet, followed all the instructions on setting the project, typed "#include <...>", set the linker options, but I keep on getting errors when I try to compile my project. It is not the first time I face problems with these damn settings. Now it tells me "Cannot open input file "D:\Program.obj". I do not have any .obj files in my linker settings (the file from the Internet has a .lib extension). I guess that the linker is trying to get access to the folder "D:\Program Files\ ...", but still there are no reasons as to why it should look there, I think.
Another problem: I typed "#include <...>" in my .cpp file. When I right click this text and select "Open document ..." I am able to open this document, but when I then try to open documents included (#include) in this file, I get an error "File not found ...". But the same thing works in Visual C++ 6.0! What the hell?
I am very confused, since I do not have any problems writing my own C++ code, and face these stupid difficulties when I try to use other people's libraries! Can anybody tell me where I could get information on solving these problems?
Thanks in advance.