J
Jim Bancroft
Hi,
I've used VC++ 6 for my previous C++ work and am having a little trouble
acclimating to VS .Net 2003, mainly in establishing where to look for
additional header and library files. I'm creating a console app and need to
include a few custom headers, as well as a library file, from my hard drive.
I've
used .Net 2003 for C# projects often enough, but never C++.
Should I go to Project--->Properties, choose the Linker folder, then
manually add the directory with my .lib file in the "Additional Library
Directories" section of the property page? Or is there a better way to do
it? I'm used to seeing a list of directories and adding mine at the bottom,
with up and down arrows that allow me to choose the order of the directories
for the linker to search in. VC++ old-timers know what I'm referring to.
Is the way I outlined above the standard procedure for doing this now?
That's for linking. I'm not sure how to add new include directories. There
is an "Additional Include Directories" section in the general C++ property
page, which looks similar to the linker's section. But I don't see how I
can arrange the order of the include directories after adding my own.
So, general confusion all around. If you could point me in the right
direction I'd appreciate it. Thanks.
I've used VC++ 6 for my previous C++ work and am having a little trouble
acclimating to VS .Net 2003, mainly in establishing where to look for
additional header and library files. I'm creating a console app and need to
include a few custom headers, as well as a library file, from my hard drive.
I've
used .Net 2003 for C# projects often enough, but never C++.
Should I go to Project--->Properties, choose the Linker folder, then
manually add the directory with my .lib file in the "Additional Library
Directories" section of the property page? Or is there a better way to do
it? I'm used to seeing a list of directories and adding mine at the bottom,
with up and down arrows that allow me to choose the order of the directories
for the linker to search in. VC++ old-timers know what I'm referring to.
Is the way I outlined above the standard procedure for doing this now?
That's for linking. I'm not sure how to add new include directories. There
is an "Additional Include Directories" section in the general C++ property
page, which looks similar to the linker's section. But I don't see how I
can arrange the order of the include directories after adding my own.
So, general confusion all around. If you could point me in the right
direction I'd appreciate it. Thanks.