Bug #19120 udf_example.dsp is corrupt
Submitted: 15 Apr 2006 20:23 Modified: 30 Aug 2006 15:56
Reporter: Jean Tavernier Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Packaging Severity:S3 (Non-critical)
Version:5.0.20 OS:Windows (Win XP)
Assigned to: Magnus Blåudd CPU Architecture:Any

[15 Apr 2006 20:23] Jean Tavernier
Description:
Opening examples\udf_example\udf_example.dsp project or examples\udf_example\udf_example.dsw in Visual Studio C++ 6.0 or 7.1 leads to the following error: "Cannot load the project due to a corrupt project file". The problem goes away if the user does a substitutes 0x0D 0x0A hex charaters for 0x0A. Apparently, the dsp file was saved in unix file mode. 

How to repeat:
Attempt to open the project or workspace with Visual Studio.

Suggested fix:
Substitute 0x0A with 0x0D 0x0A in the .dsp file.
[16 Apr 2006 6:01] MySQL Verification Team
Thank you for the bug report.
[3 Aug 2006 10:51] Magnus Blåudd
Will be fixed as part of 19121
[23 Aug 2006 9:05] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/10748

ChangeSet@1.2248, 2006-08-23 11:05:29+02:00, msvensson@shellback.(none) +1 -0
  Bug#19120 udf_example.dsp is corrupt
   - convert to dos format
[23 Aug 2006 9:08] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/10749

ChangeSet@1.2248, 2006-08-23 11:08:45+02:00, msvensson@shellback.(none) +1 -0
  Bug#19120 udf_example.dsp is corrupt
   - convert to dos format
[30 Aug 2006 15:56] Magnus Blåudd
After careful checking it appears that the udf_example.dsp is already stored in DOS file format. Closing the bug now.