[Date Prev][Date Next] [Chronological] [Thread] [Top]

MS Visual Studio 6 cannot read some project files (.dsp) (ITS#1091)



Full_Name: Glen Coakley
Version: 2.0.7 dev snapshot on 
OS: Win2000
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (64.36.52.90)



Some of the project files (.dsp) contain lines with backslashes. This causes
Visual Studio to report that the file was not created by it. Of course, then it
doesn't open it. 

!MESSAGE "apitest - Win32 Single Release" (based on\
 "Win32 (x86) Console Application")

To fix this, remove the backslash and newline, as in:

!MESSAGE "apitest - Win32 Single Release" (based on "Win32 (x86) Console
Application")

--Glen