Hi Jennifer,
I think the reason why MS Visual Studio (v6 and v9/2008) is complaining that the project file is corrupt may be due to the line endings of the dsp file; it looks like the dsp file uses Unix line endings.
You can view this information by opening the DSP file in an advanced Text Editor such as Notepad++ when you choose to ‘see all characters’; in this mode you can see the file uses Unix line endings (LF or Line Feed) and not Windows line endings (CRLF or Carriage Return Line Feed). It doesn’t look like MS Visual Studio likes those. This can be adjusted using the EOL Conversion option from the Edit menu of Notepad++ or by replacing \n with \r\n at the end of each line of the dsp file.
I hope this helps,
-Tim
![]() |
|
|
--
****
This message was sent to members of the PDO_4D Google Group: http://groups.google.com/group/pdo_4d
To post to this group, send email to: pdo...@googlegroups.com
To unsubscribe from this group, send email to: pdo_4d+un...@googlegroups.com