Hey guys,
I could REALLY REALLY use some help. I'm working on a project with a couple of other people. I'm pretty inexperienced with C++ and they've graciously allowed me to work on the project with them to learn. My inexperience is with the environment, not programming (I've been doing Mumps and Delphi for about 8 years).
The first task they've given me is to MOVE several libraries from ONE folder, to another. I figured it would be far too easy than simply cuting and pasting them into the new folder, and I was right.... it didn't compile.
So, I basically have 2 folders. All of the ".h" files are in a sub folder of one of the folders along with another sub folder which contains then ".cpp" files.
All of those files are located in 1 directory, and need to be moved to the second directory.
WHAT is the best way to do this? Where are the paths being set for these include and code files? If I do move them, how do I tell the compiler where their new location is?
Any help would be GREATLY appreciated!!!
I'm using Visual Studio 2005.
Thanks guys... I really hope to hear from one of you guys soon.
Thanks!!!
Todd
I could REALLY REALLY use some help. I'm working on a project with a couple of other people. I'm pretty inexperienced with C++ and they've graciously allowed me to work on the project with them to learn. My inexperience is with the environment, not programming (I've been doing Mumps and Delphi for about 8 years).
The first task they've given me is to MOVE several libraries from ONE folder, to another. I figured it would be far too easy than simply cuting and pasting them into the new folder, and I was right.... it didn't compile.
So, I basically have 2 folders. All of the ".h" files are in a sub folder of one of the folders along with another sub folder which contains then ".cpp" files.
All of those files are located in 1 directory, and need to be moved to the second directory.
WHAT is the best way to do this? Where are the paths being set for these include and code files? If I do move them, how do I tell the compiler where their new location is?
Any help would be GREATLY appreciated!!!
I'm using Visual Studio 2005.
Thanks guys... I really hope to hear from one of you guys soon.
Thanks!!!
Todd