CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Warning Message

  1. #1
    Join Date
    Apr 2007
    Location
    Mars NASA Station
    Posts
    1,436

    Thumbs up Warning Message

    Hello to all, i have create an C# console application but display two warning which are

    Invalid search path 'C:\Program Files\Microsoft Visual Studio\VC98\mfc\lib' specified in 'LIB environment variable' -- 'The system cannot find the path specified. ' Email
    Invalid search path 'C:\Program Files\Microsoft Visual Studio\VC98\lib' specified in 'LIB environment variable' -- 'The system cannot find the path specified. ' Email
    What is this all about ?

    Thanks.
    Thanks for your help.

  2. #2
    Join Date
    May 2007
    Location
    Denmark
    Posts
    623

    Re: Warning Message

    this and this should explain it
    It's not a bug, it's a feature!

  3. #3
    Join Date
    Apr 2007
    Location
    Mars NASA Station
    Posts
    1,436

    Re: Warning Message

    I using MS Window XP and the tutorial is about Vista.
    Thanks for your help.

  4. #4
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Warning Message

    Quote Originally Posted by Peter_APIIT View Post
    I using MS Window XP and the tutorial is about Vista.
    What foamy posted has nothing to do with Vista. The articles state that the warning appears when you have invalid path entries in the lib environment variable. Remove the invalid entries from this environment variables.

  5. #5
    Join Date
    Apr 2007
    Location
    Mars NASA Station
    Posts
    1,436

    Re: Warning Message

    Thanks. I removed. Why cause this kind of problem ?
    Thanks for your help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured