Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / September 2004

Tip: Looking for answers? Try searching our database.

.NET 2003 link-library dependency-checking bug

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
James Edwards - 29 Sep 2004 22:13 GMT
There seems to be a bug in the link-library dependency checking in VS.NET 2003.
Under the Configuration->Linker->General->Additional Library Directories
property,
if you specify a directory name such as "$(SolutionDir)\..\lib", it will
link properly, but when you try to run in the IDE will complain that the
"project configuration is out of date."  It turns out that $(SolutionDir)
already contains a trailing '\', so that changing the "Additional Library
Directories" to $(SolutionDir)..\lib will remove the repeated '\' and
suddenly the IDE stops complaining the project is out of date.  The
dependency checker apparently gets confused by multiple repeated backslashes,
which it should not since the file system and linker handles it fine.
Ronald Laeremans [MSFT] - 29 Sep 2004 23:29 GMT
Hi James,

This is a known issue with VS 2003. You might want to report it on
http://lab.msdn.microsoft.com/productfeedback/ to make sure someone from our
team will try it on Whidbey and to allow other customers to vote on this if
they consider it important.

Thanks!

Ronald Laeremans
Visual C++ team

> There seems to be a bug in the link-library dependency checking in VS.NET
> 2003.
[quoted text clipped - 9 lines]
> backslashes,
> which it should not since the file system and linker handles it fine.

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.