You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/12/27 15:56:19 UTC

DO NOT REPLY [Bug 32477] - Compiling source with Visual Studio .NET 2003

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32477>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32477


mihailim@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From mihailim@gmail.com  2004-12-27 15:56 -------
It works just fine. The reason for the corrupted project file errors is that the development environment is dumb enough to only look for Windows style line endings (CRLF) instead of checking for Unix ones (LF). All you need to do is open all .dsw and .dsp files (search for them recursively) in Wordpad, for example, type in a space, delete the space (to cause the editor to mark the file as modified), and save the file overwriting the old one. That will cause the line endings to be converted to Windows format, and the IDE will read and convert them just fine.
This is the case only in the distribution tarballs, which are built on a Unix machine. The SVN checkouts work fine since Subversion translates line endings to native format on any checkout.

As to the msdev issue, just replace msdev.exe with devenv.exe and you'll be fine.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org