Re: ?? Warning using Command Line Compile ??



Tom,

I haven't seen it, but what is it that you are referencing that could be there?

Also, if it is a warning that doesn't specify a directory, but it still compiles, then perhaps it is an error with the install/project, and you can modify the project properties to not include that path.


--
- Nicholas Paldino [.NET/C# MVP]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx

"Tom Baxter" <tlbaxter99@xxxxxxxxxxxxxxxx> wrote in message news:elCq0xJCIHA.5044@xxxxxxxxxxxxxxxxxxxxxxx
I just set up VS 2008 B2 and did a simple command line compile from the VS command prompt.

I received this warning:

warning CS1668: Invalid search path 'C:\Program Files\Microsoft SDKs\Windows\v6.0A\lib' specified in 'LIB environment
variable' -- 'The system cannot find the path specified. '

When I checked, sure enough, the "lib" directory is not present'. Perhaps I selected some combination of installation options that resulted in the "lib" directory not being created.

I was just wondering if anyone has seen this.
--
Tom Baxter

.



Relevant Pages

  • UNICODE MFC app fails to load ODBC Cursor lib in VS.NET 2003
    ... CDatabase Database; ... Warning: ODBC Success With Info, ... Driver does not support requested concurrency. ... it blows chunks in VS.Net if I specify UNICODE. ...
    (microsoft.public.vc.mfc)
  • UNICODE MFC app wont load ODBC Cursor library in vs.net 2003.
    ... CDatabase Database; ... Warning: ODBC Success With Info, ... Driver does not support requested concurrency. ... it blows chunks in VS.Net if I specify UNICODE. ...
    (microsoft.public.vc.database)
  • RE: DBD Oracle connection problem
    ... if I do not specify the database name (ORACLE_SID is set to ... I did get a warning during compilation that may ... dbdimp.c:385: warning: cast to pointer from integer of different size ...
    (perl.dbi.users)
  • Re: Link errors
    ... And, although you specify the lib *path*, unless you specify the lib *name*, ... > You probably need to quote it there, ... > Library Directories, that might be why it didn't find it in that case. ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: gratuitous gcc warnings: unused function arguments?
    ... Here's an example of a particularly irritating ... specify that argv is unused and we know it's ok. ... But it also inhibits the warning from GCC, because argv is 'used', even ...
    (freebsd-current)

Loading