Re: Why can't it find odbc32.lib? It's there.
- From: "JeanneP" <jeanne.petrangelo@xxxxxxxxx>
- Date: 20 Oct 2006 12:33:22 -0700
Alex Blekhman wrote:
If you set directories in Tools -> Options -> VC++
Directories, then it wil be visible to all projects. You can
set additional directories for compiler and linker for
specific project in project settings. Then it will be
visible for this project only.
Thanks, Alex.
I made sure the Lib and Include directories in the Platform SDK were
set in the IDE as you suggest under Tools | Options, and the command
line msbuild finds those libraries now.
Now here's the kicker: If my directory is named "VC\Platform SDK" the
system environment variables set for "VC" won't find it. However, if I
remove the space and name it "PlatformSDK" the contents will be located
by the program. Obscure.
Now the command line build is complaining about not finding
adbccp32.lib, which is not anywhere on my hard drive, so I don't think
that's a path problem. I'll have to do some searching to see if anyone
else has come across this. Any ideas?
Thank you,
JeanneP
.
- Follow-Ups:
- Re: Why can't it find odbc32.lib? It's there.
- From: Alex Blekhman
- Re: Why can't it find odbc32.lib? It's there.
- References:
- Why can't it find odbc32.lib? It's there.
- From: JeanneP
- Re: Why can't it find odbc32.lib? It's there.
- From: JeanneP
- Re: Why can't it find odbc32.lib? It's there.
- From: Alex Blekhman
- Re: Why can't it find odbc32.lib? It's there.
- From: JeanneP
- Re: Why can't it find odbc32.lib? It's there.
- From: Alex Blekhman
- Re: Why can't it find odbc32.lib? It's there.
- From: JeanneP
- Re: Why can't it find odbc32.lib? It's there.
- From: Alex Blekhman
- Re: Why can't it find odbc32.lib? It's there.
- From: JeanneP
- Re: Why can't it find odbc32.lib? It's there.
- From: Alex Blekhman
- Why can't it find odbc32.lib? It's there.
- Prev by Date: _bstr_t
- Next by Date: Re: VS 2005 re-compile whole project each time
- Previous by thread: Re: Why can't it find odbc32.lib? It's there.
- Next by thread: Re: Why can't it find odbc32.lib? It's there.
- Index(es):
Relevant Pages
|