HighTechTalks DotNet Forums  

VSNet handling of missing source files

Visual Studio.net (General) microsoft.public.vsnet.general


Discuss VSNet handling of missing source files in the Visual Studio.net (General) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
GregM
 
Posts: n/a

Default VSNet handling of missing source files - 09-03-2004 , 01:02 PM






VC++ 6 would report an error for that file when a source file was missing.
VSNet apparently creates a zero byte file and then continues compiling it.
If you have precompiled headers turned on, then the compilation does fail at
that file. However, if it doesn't, then compilation continues right on into
linking, and you get an unresolved external file.

Why was the behavior changed between 6 and 7.1? I can see absolutely no
benefit to creating the missing file. If the file is part of the project,
then it is obviously going to be needed to properly compile the project.


Reply With Quote
  #2  
Old   
AT
 
Posts: n/a

Default RE: VSNet handling of missing source files - 09-04-2004 , 02:19 AM






Hi Greg,

Quote:
Why was the behavior changed between 6 and 7.1? ...
I think it is because the VC7.1 is using a new format project file(.vcproj)
and solution file(.sln) to manage the projects, and meantime the VS.NET IDE
is totally a new and different IDE from the VC6, it is not only for the VC
developers and also designed for the C# and VB developers.

So the behavior is somehow different from the VC6, however it would really
bring some inconvenience to those developer who used to the VC6 IDE, I will
pass your concern to the corresponding product team.


Thanks for your understanding!

Best regards,

Gary Chang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.